ASPECT
|
Additional Inherited Members | |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::SimulatorAccess< dim > | |
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 41 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 >.