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 number of particles in each cell.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 44 of file particle_count.h.
aspect::Postprocess::VisualizationPostprocessors::ParticleCount< dim >::ParticleCount | ( | ) |
Constructor.
|
overridevirtual |
The function classes have to implement that want to output cell-wise data.
Implements aspect::Postprocess::VisualizationPostprocessors::CellDataVectorCreator< dim >.
|
overridevirtual |
Let the postprocessor manager know about the other postprocessors this one depends on. Specifically, the particles postprocessor.
Reimplemented from aspect::Postprocess::VisualizationPostprocessors::Interface< dim >.