|
| LinearAccelerationSolver () |
|
| NewmarkSolver (double beta_=0.25, double gamma_=0.5) |
|
void | PrintProperties (std::ostream &out=mfem::out) |
|
void | Init (SecondOrderTimeDependentOperator &f_) override |
| Associate a TimeDependentOperator with the ODE solver. More...
|
|
void | Step (Vector &x, Vector &dxdt, double &t, double &dt) override |
| Perform a time step from time t [in] to time t [out] based on the requested step size dt [in]. More...
|
|
| SecondOrderODESolver () |
|
virtual void | Run (Vector &x, Vector &dxdt, double &t, double &dt, double tf) |
| Perform time integration from time t [in] to time tf [in]. More...
|
|
virtual int | GetMaxStateSize () |
| Function for getting and setting the state vectors. More...
|
|
virtual int | GetStateSize () |
|
virtual const Vector & | GetStateVector (int i) |
|
virtual void | GetStateVector (int i, Vector &state) |
|
virtual void | SetStateVector (int i, Vector &state) |
|
virtual | ~SecondOrderODESolver () |
|
Definition at line 729 of file ode.hpp.