Skip to content

kercle/pde-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDE Solver

A simple PDE solver exploring basic numeric solving techniques for PDEs, Rust und WebAssembly and WebGL. This solver is based on the material of the course Numerics of Partial Differential Equations by Perugia Ilaria taught in sommer semester 2025 at the University of Vienna.

sample solution

Development

From within the crates/web folder, run npm run serve. The app should now be available at localhost:8080.

Demo

The output is a statically compiled web page and all computations are performed entirely in the browser. The current release can be accessed via Codeberg pages.

About

A small PDE solver for advection/diffusion problems in the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published