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 circular, divergence-free flow field around the origin of the coordinate system.
|
overridevirtual |
Given a position p
, fill in desired velocity and pressure at that point into value
, which will have dim+1 components. In value
, the velocity components come first, followed by the pressure component.
Implements aspect::PrescribedStokesSolution::Interface< dim >.