Go to file
Magnus Ulimoen ad6564eeb1 sparse upwind operators 2020-06-15 22:01:42 +02:00
euler move python scripts 2020-06-14 22:02:28 +02:00
maxwell fixup maxwell rhs matrix 2020-06-15 21:24:42 +02:00
multigrid update dependencies 2020-06-14 22:00:52 +02:00
sbp sparse upwind operators 2020-06-15 22:01:42 +02:00
shallow_water shallow water equations solver 2020-05-19 20:05:31 +02:00
src use workspaces 2020-02-19 19:31:03 +01:00
webfront move frontend 2020-06-14 22:21:09 +02:00
.gitignore add .gitignores 2020-02-19 21:51:48 +01:00
Cargo.toml move sparse to maxwell 2020-06-14 22:00:52 +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.