Go to file
Magnus Ulimoen 0cfd41845b Example of Neumann boundary 2020-09-18 18:40:10 +02:00
euler Make integrate generic over D 2020-09-17 20:30:58 +02:00
gridgeneration Add interpolation grid generators 2020-09-16 22:10:22 +02:00
heat-equation Example of Neumann boundary 2020-09-18 18:40:10 +02:00
maxwell Make integrate generic over D 2020-09-17 20:30:58 +02:00
multigrid Make integrate generic over D 2020-09-17 20:30:58 +02:00
sbp Add D2 operator and heat equation 2020-09-18 17:58:37 +02:00
shallow_water Make integrate generic over D 2020-09-17 20:30:58 +02:00
webfront don't expose sparse solver (yet) 2020-06-15 22:32:34 +02:00
.gitignore add .gitignores 2020-02-19 21:51:48 +01:00
Cargo.toml Add D2 operator and heat equation 2020-09-18 17:58:37 +02:00
README.md shallow water equations solver 2020-05-19 20:05:31 +02:00

README.md

What is it?

This is a test at combining rust+WASM+WebGL+SBP. The prototypes can be seen here (Maxwell solver), here (Nonlinear Euler solver), and here (shallow water equations).

Building

Run make_wasm.py or make_wasm.py -r for the release version.

Running

After building, a http server needs to serve the contents. WASM requires this server to serve files ending with .wasm as the application/wasm MIME type.