Public Member Functions | List of all members
oomph::PRefineableQElement< DIM, INITIAL_NNODE_1D > Class Template Reference

A class that is used to template the p-refineable Q elements by dimension. It's really nothing more than a policy class. The default template parameter ensures that these elements inherit from the QElement of the correct type if they start with a p-order higher than linear (e.g. Navier-Stokes Elements). More...

#include <Qelements.h>

+ Inheritance diagram for oomph::PRefineableQElement< DIM, INITIAL_NNODE_1D >:

Public Member Functions

 PRefineableQElement ()
 Empty constuctor. More...
 

Detailed Description

template<unsigned DIM, unsigned INITIAL_NNODE_1D = 2>
class oomph::PRefineableQElement< DIM, INITIAL_NNODE_1D >

A class that is used to template the p-refineable Q elements by dimension. It's really nothing more than a policy class. The default template parameter ensures that these elements inherit from the QElement of the correct type if they start with a p-order higher than linear (e.g. Navier-Stokes Elements).

Definition at line 2273 of file Qelements.h.

Constructor & Destructor Documentation

◆ PRefineableQElement()

template<unsigned DIM, unsigned INITIAL_NNODE_1D = 2>
oomph::PRefineableQElement< DIM, INITIAL_NNODE_1D >::PRefineableQElement ( )
inline

Empty constuctor.

Definition at line 2277 of file Qelements.h.


The documentation for this class was generated from the following file: