Package pde
implements structures and algorithms for solving partial differential equations.
- Explain how to use the FDM (Finite Difference Method) solver
- Explain how to use the SPC (Spectral Collocation) solver
- Implement the FEM (Finite Element Method) solver
- Add more tests