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. | |
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.
|
inline |
Empty constuctor.
Definition at line 2277 of file Qelements.h.