|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
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"

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... | |
Interface and implementations for advancing from one step to the next. Typically these are time integrators.
Definition in file state_advancer.hpp.