chaotic-society / theoretica

A C++ math library for scientific computing with a simple and elegant interface.
https://chaotic-society.github.io/theoretica/
GNU Lesser General Public License v3.0
21 stars 4 forks source link

Implement generic Finite Difference Method schemes #59

Open mattiaisgro opened 1 year ago

mattiaisgro commented 1 year ago

Implement common explicit Finite Difference Method schemes for partial differential equations. The methods should be implemented inside a new pde module, in a fdm.h file. The explicit method should be easy to use and provide simple schemes for different differential operators.