valSPH
|
#include <Fehlberg.h>
Public Member Functions | |
Fehlberg () | |
It creates a new empty RK4Solver. | |
vector< double > | solve (Equation *eq, vector< double > X0, double h, double ti) |
It implements a step of the Fehlberg solver. | |
~Fehlberg () | |
It destroys the Fehlberg object. | |
![]() | |
OdeSolver () | |
It creates a new empty OdeSolver. It will be invoked by the constructors of its children classes. | |
~OdeSolver () | |
It destroys the OdeSolver object. | |
Fehlberg::Fehlberg | ( | ) |
It creates a new empty RK4Solver.
Fehlberg::~Fehlberg | ( | ) |
It destroys the Fehlberg object.
|
virtual |