Go to file
Magnus Ulimoen e2a3bed1ff add sparse matrix creating to all diff ops 2020-06-14 21:52:25 +02:00
euler rewrite fluxes in a vectoriser friendly format 2020-05-05 20:15:44 +02:00
maxwell
misc first untested sparse implementation 2020-06-12 21:04:18 +02:00
multigrid
sbp add sparse matrix creating to all diff ops 2020-06-14 21:52:25 +02:00
shallow_water shallow water equations solver 2020-05-19 20:05:31 +02:00
sparse/src first untested sparse implementation 2020-06-12 21:04:18 +02:00
src
webfront move all functionality to common js 2020-05-30 10:03:00 +02:00
.gitignore
Cargo.toml first untested sparse implementation 2020-06-12 21:04:18 +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.