#include <hpMethod.hh>
Public Member Functions | |
AdaptiveControlP () | |
bool | operator!= (const AdaptiveControlP< dim, F > &a) |
std::ostream & | info (std::ostream &os) const |
Public Attributes | |
ushort | p_ [dim] |
Polynomial degree. | |
AdaptiveControlTag | tag_ |
Control information. | |
F | idx_ |
Describe control structures of a high order adaptive space. Information about the usage of the element in the space and the polynomial degree (depending on the dimension) are held.
dim | edges (1), faces (2) and volumes (3) |
Definition at line 28 of file hpMethod.hh.
|
inline |
Constructor. Sets the tag and the polynomial degree to 0.
Definition at line 34 of file hpMethod.hh.
|
inline |
Definition at line 38 of file hpMethod.hh.
|
inherited |
ushort concepts::AdaptiveControlP< dim, F >::p_[dim] |
Polynomial degree.
Definition at line 30 of file hpMethod.hh.
|
inherited |