![]() |
ASPECT
|
Additional Inherited Members | |
![]() | |
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) |
Compute the convection time step based on the current solution and return it.
Definition at line 39 of file convection_time_step.h.
|
default |
Constructor.
|
overridevirtual |
Execute the logic of the plugin.
This is called after every time step to determine a) What to do (advance, repeat, etc.), see the Reaction enum. b) What timestep size to use.
Implements aspect::TimeStepping::Interface< dim >.