Classes | Namespaces
spectral_poisson_elements.h File Reference

Go to the source code of this file.

Classes

class  oomph::QSpectralPoissonElement< DIM, NNODE_1D >
 QSpectralPoissonElement elements are linear/quadrilateral/brick-shaped Poisson elements with isoparametric spectral interpolation for the function. Note that the implementation is PoissonEquations<DIM> does not use sum factorisation for the evaluation of the residuals and is, therefore, not optimal for higher dimensions. More...
 
class  oomph::FaceGeometry< QSpectralPoissonElement< DIM, NNODE_1D > >
 Face geometry for the QSpectralPoissonElement elements: The spatial dimension of the face elements is one lower than that of the bulk element but they have the same number of points along their 1D edges. More...
 
class  oomph::FaceGeometry< QSpectralPoissonElement< 1, NNODE_1D > >
 Face geometry for the 1D QPoissonElement elements: Point elements. More...
 

Namespaces

namespace  oomph
 DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).