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) |
A class that implements a mesh refinement criterion that refines the mesh with a deforming surface. Specifically, it calculates the slope of the surface by comparing the local normal and gravity vectors. Cells with steeper slopes get refined. This is useful for cases where there is steep topography which needs to be tracked better.
|
overridevirtual |
Execute this mesh refinement criterion.
[out] | error_indicators | A vector that for every active cell of the current mesh (which may be a partition of a distributed mesh) provides an error indicator. This vector will already have the correct size when the function is called. |
Reimplemented from aspect::MeshRefinement::Interface< dim >.