Go to file
Magnus Ulimoen 967e4b9e48 allow multi operator for euler solvers 2020-04-13 01:07:46 +02:00
multigrid introduce two diff SBP operators on same domain 2020-04-13 00:56:53 +02:00
sbp allow multi operator for euler solvers 2020-04-13 01:07:46 +02:00
src
webfront
.gitignore
Cargo.toml
README.md

README.md

What is it?

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

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.