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.
Implement common explicit Finite Difference Method schemes for partial differential equations. The methods should be implemented inside a new
pde
module, in afdm.h
file. The explicit method should be easy to use and provide simple schemes for different differential operators.