ASPECT
|
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
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) |
Private Attributes | |
Utilities::Coordinates::CoordinateSystem | coordinate_system |
Functions::ParsedFunction< dim > | max_refinement_level |
A class that implements a maximum refinement level based on a functional description provided in the input file.
Definition at line 43 of file maximum_refinement_function.h.
|
overridevirtual |
At the beginning of each time step, update the time for the ParsedFunction.
Reimplemented from aspect::Plugins::InterfaceBase.
|
overridevirtual |
After cells have been marked for coarsening/refinement, apply additional criteria independent of the error estimate.
Reimplemented from aspect::MeshRefinement::Interface< dim >.
|
static |
Declare the parameters this class takes through input files.
|
overridevirtual |
Read the parameters this class declares from the parameter file.
Reimplemented from aspect::Plugins::InterfaceBase.
|
private |
The coordinate representation to evaluate the function. Possible choices are depth, cartesian and spherical.
Definition at line 80 of file maximum_refinement_function.h.
|
private |
A function object representing the maximum refinement level. The function always depends on 3 variables, although in the case of the 'depth' coordinate system only the first is used to evaluate the function.
Definition at line 88 of file maximum_refinement_function.h.