Numerical Analysis toolkit centred around PDEs, for demonstration and understanding purposes not production
Numerical Analysis toolkit centred around PDEs, for demonstration and understanding purposes not production Use procedure: Initialise a new instance of the PDE class, all calculations and variables will be managed by this object Inputs: tlim – time to solve up to dx – x spacing, by default a uniform grid is used xlims – np.array([lower, upper]) bounds
Read more