Go to file
Magnus Ulimoen a6c2adf0f0 write solver specific intros 2020-05-25 21:00:26 +02:00
euler rewrite fluxes in a vectoriser friendly format 2020-05-05 20:15:44 +02:00
maxwell split euler and maxwell to separate crates 2020-05-02 00:22:59 +02:00
misc add misc files 2020-04-23 17:53:50 +02:00
multigrid restrict c_max when using h2 operators 2020-05-04 17:59:49 +02:00
sbp simplify product implementation 2020-05-14 19:39:19 +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 write solver specific intros 2020-05-25 21:00:26 +02:00
.gitignore add .gitignores 2020-02-19 21:51:48 +01:00
Cargo.toml shallow water equations solver 2020-05-19 20:05:31 +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.