|
| AverageAccelerationSolver () |
|
| GeneralizedAlpha2Solver (real_t rho_inf=1.0, bool no_mult_=false) |
|
void | PrintProperties (std::ostream &os=mfem::out) |
|
void | Init (SecondOrderTimeDependentOperator &f_) override |
| Associate a TimeDependentOperator with the ODE solver.
|
|
void | Step (Vector &x, Vector &dxdt, real_t &t, real_t &dt) override |
| Perform a time step from time t [in] to time t [out] based on the requested step size dt [in].
|
|
| SecondOrderODESolver () |
|
void | EulerStep (Vector &x, Vector &dxdt, real_t &t, real_t &dt) |
|
void | MidPointStep (Vector &x, Vector &dxdt, real_t &t, real_t &dt) |
|
virtual void | Run (Vector &x, Vector &dxdt, real_t &t, real_t &dt, real_t tf) |
| Perform time integration from time t [in] to time tf [in].
|
|
ODEStateData & | GetState () |
| Functions for getting the state vectors.
|
|
const ODEStateData & | GetState () const |
|
int | GetStateSize () |
| Returns how many State vectors the ODE requires.
|
|
virtual | ~SecondOrderODESolver () |
|
The classical midpoint method.
Definition at line 879 of file ode.hpp.