Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Public Member Functions | List of all members
smith::TimestepEstimator Class Referenceabstract

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 > &params) const =0
 Interface method for estimating the stable timestep give the current state and parameters.
 

Detailed Description

Base class interface for estimating the stable timestep given the current state and parameters.

Definition at line 21 of file timestep_estimator.hpp.


The documentation for this class was generated from the following file: