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 | |
bool | strict_coarsening |
A class that implements a mesh refinement criterion that refines the mesh near boundaries for the volume of fluid interface tracking algorithm.
Definition at line 40 of file volume_of_fluid_interface.h.
|
overridevirtual |
Mark large unrefined neighboring cells for refinement and prevent coarsening
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 |
If true, flag cells for coarsening if they are not flagged for refinement
Definition at line 68 of file volume_of_fluid_interface.h.