Add mesh-pde-solver
1 changed file+5−0
profile/README.mdmodified+5−0View file
@@ -50,6 +50,11 @@ there is one.
5050 Convert meshes between 19 formats (PLY, OBJ, STL, VTK, Gmsh, XDMF, …) with
5151 [meshio](https://github.com/nschloe/meshio) running in-browser on Pyodide;
5252 inspect meshes in 3D and see what a lossy export would drop.
53+- **[mesh-pde-solver](https://github.com/concept-collection/mesh-pde-solver)**
54+ ([live](https://concept-collection.github.io/mesh-pde-solver/)).
55+ Upload a quad surface mesh and solve Poisson or Helmholtz problems on it
56+ with [surfacefun](https://github.com/danfortunato/surfacefun), entirely in
57+ the browser; the solution renders in a rotatable 3D view.
5358 - **[qhull-wasm-demo](https://github.com/concept-collection/qhull-wasm-demo)**
5459 ([live](https://concept-collection.github.io/qhull-wasm-demo/)).
5560 Demos and benchmarks for [qhull-wasm](https://github.com/magland/qhull-wasm),