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 derived from CellDataVectorCreator that takes an output vector and computes a variable that represents the boundary indicator of the triangulation's cells' faces.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 44 of file boundary_indicator.h.
aspect::Postprocess::VisualizationPostprocessors::BoundaryIndicator< dim >::BoundaryIndicator | ( | ) |
Constructor.
|
overridevirtual |
The function classes have to implement that want to output cell-wise data.
Implements aspect::Postprocess::VisualizationPostprocessors::CellDataVectorCreator< dim >.