Go to file
Magnus Ulimoen ac83a2cbca use symmetrisation from [0]
[0]: Two-Dimensional Inlet Simulation Using a
    Diagonal Implicit Algorithm, Chausee & Pulliam, AIAA Journal
2020-09-15 18:12:27 +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 clippy lints 2020-09-04 17:44:06 +02:00
sbp Add matrix form to maxwell 2020-09-15 17:42:12 +02:00
shallow_water
webfront don't expose sparse solver (yet) 2020-06-15 22:32:34 +02:00
.gitignore
Cargo.toml Update dependencies and package structure 2020-08-20 21:07:30 +02:00
README.md

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.