|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Base class interface for estimating the stable timestep given the current state and parameters. More...
#include <timestep_estimator.hpp>
Public Member Functions | |
| virtual | ~TimestepEstimator () |
| destructor | |
| virtual DoubleState | dt (const FieldState &shape_disp, const std::vector< FieldState > &states, const std::vector< FieldState > ¶ms) const =0 |
| Interface method for estimating the stable timestep give the current state and parameters. | |
Base class interface for estimating the stable timestep given the current state and parameters.
Definition at line 21 of file timestep_estimator.hpp.