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

Interface and implementations for advancing from one step to the next. Typically these are time integrators. More...

#include <vector>
#include "gretl/double_state.hpp"
#include "smith/differentiable_numerics/field_state.hpp"
#include "smith/physics/common.hpp"
Include dependency graph for state_advancer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smith::StateAdvancer
 Base state advancer class, allows specification for quasi-static solve strategies, or time integration algorithms. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Functions

TimeInfo smith::create_time_info (DoubleState t, DoubleState dt, size_t cycle)
 creates a time info struct from gretl::State<double> More...
 

Detailed Description

Interface and implementations for advancing from one step to the next. Typically these are time integrators.

Definition in file state_advancer.hpp.