|
1D Heat Equation Solver 1.0
Computational Methods Assignment 2025
|
This is the complete list of members for Method, including all inherited members.
| name() const =0 | Method | pure virtual |
| step(const Grid &g, double D, double dt, const std::vector< double > &Tprev, const std::vector< double > &Tcurr, std::vector< double > &Tnext) const =0 | Method | pure virtual |
| uses_previous_step() const =0 | Method | pure virtual |
| ~Method()=default | Method | virtual |