![]() |
ASPECT
|
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
![]() | |
static void | declare_parameters (ParameterHandler &prm) |
![]() | |
static void | get_composition_values_at_q_point (const std::vector< std::vector< double >> &composition_values, const unsigned int q, std::vector< double > &composition_values_at_q_point) |
Private Attributes | |
Functions::ParsedFunction< 1 > | function |
A class that implements a time stepping plugin on a function description provided in the input file.
Definition at line 41 of file function.h.
|
default |
Constructor.
|
overridevirtual |
The main execute() function.
Implements aspect::TimeStepping::Interface< dim >.
|
static |
|
overridevirtual |
Read the parameters this class declares from the parameter file. The default implementation of this function does not read any parameters. Consequently, derived classes do not have to overload this function if they do not take any runtime parameters.
Reimplemented from aspect::TimeStepping::Interface< dim >.
|
private |
The function object.
Definition at line 66 of file function.h.