Tutorials - apusok/FD-PDE GitHub Wiki
Tutorials
Check the User guide on how to get started with the FD-PDE Framework.
Here you can find some tutorials for hands-on exercises. We recommend you work within the FD-PDE/
directory for these tutorials such that the relative paths to the src/
are correct.
- Tutorial 00. Hello world
- Tutorial 01. 1-D Poisson equation
- Tutorial 02. 2-D Poisson equation using the Method of Manufactured Solutions (MMS)
- Tutorial 03. 2-D Time-dependent diffusion equation
- Tutorial 04. 2-D Stokes equation: Sinking sphere test
Another form of learning (which would also be very helpful to us) is by doing a code review of one of the FD-PDE tests
- Basic review: compile, run, inspect results of tests.
- Moderate/Advanced review: improved code quality and clarity, memory checks, manual updates, etc.
Back to HOME