Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces
timestep_estimator.hpp File Reference

Base class and implementations of an interface to estimate stable timesteps. More...

#include "gretl/double_state.hpp"
#include "smith/differentiable_numerics/field_state.hpp"
Include dependency graph for timestep_estimator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smith::TimestepEstimator
 Base class interface for estimating the stable timestep given the current state and parameters. More...
 
class  smith::ConstantTimeStepEstimator
 TimeStepEstimator which uses a simple and fixed timestep. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Detailed Description

Base class and implementations of an interface to estimate stable timesteps.

Definition in file timestep_estimator.hpp.