Go to file
Magnus Ulimoen 5b7f407af9 Add serde deserialize to Grid 2020-09-16 21:44:11 +02:00
euler use symmetrisation from [0] 2020-09-15 18:12:27 +02:00
maxwell Add matrix form to maxwell 2020-09-15 17:42:12 +02:00
multigrid Add serde deserialize to Grid 2020-09-16 21:44:11 +02:00
sbp Add serde deserialize to Grid 2020-09-16 21:44:11 +02:00
shallow_water shallow water equations solver 2020-05-19 20:05:31 +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 Update dependencies and package structure 2020-08-20 21:07:30 +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.