Go to the source code of this file.
Classes | |
class | oomph::SphericalNavierStokesEquations |
A class for elements that solve the Navier–Stokes equations, in axisymmetric spherical polar coordinates. This contains the generic maths – any concrete implementation must be derived from this. More... | |
class | oomph::QSphericalCrouzeixRaviartElement |
Crouzeix_Raviart elements are Navier–Stokes elements with quadratic interpolation for velocities and positions, but a discontinuous linear pressure interpolation. They can be used within oomph-lib's block preconditioning framework. More... | |
class | oomph::FaceGeometry< QSphericalCrouzeixRaviartElement > |
Face geometry of the Spherical Crouzeix_Raviart elements. More... | |
class | oomph::FaceGeometry< FaceGeometry< QSphericalCrouzeixRaviartElement > > |
Face geometry of the FaceGeometry of the Spherical Crouzeix_Raviart elements. More... | |
class | oomph::QSphericalTaylorHoodElement |
Taylor–Hood elements are Navier–Stokes elements with quadratic interpolation for velocities and positions and continous linear pressure interpolation. They can be used within oomph-lib's block-preconditioning framework. More... | |
class | oomph::FaceGeometry< QSphericalTaylorHoodElement > |
Face geometry of the Spherical Taylor_Hood elements. More... | |
class | oomph::FaceGeometry< FaceGeometry< QSphericalTaylorHoodElement > > |
Face geometry of the FaceGeometry of the 2D Taylor Hoodelements. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |