Describe control structures of a high order adaptive space. More...
#include <hpMethod.hh>


Public Member Functions | |
| AdaptiveControlP () | |
| Constructor. | |
| std::ostream & | info (std::ostream &os) const |
| bool | operator!= (const AdaptiveControlP< dim, F > &a) |
Public Attributes | |
| F | idx_ |
| Unique index of element. | |
| ushort | p_ [dim] |
| Polynomial degree. | |
| AdaptiveControlTag | tag_ |
| Control information. | |
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 26 of file hpMethod.hh.
| concepts::AdaptiveControlP< dim, F >::AdaptiveControlP | ( | ) | [inline] |
Constructor.
Sets the tag and the polynomial degree to 0.
Definition at line 32 of file hpMethod.hh.
| std::ostream& concepts::AdaptiveControlP< dim, F >::info | ( | std::ostream & | os | ) | const |
| bool concepts::AdaptiveControlP< dim, F >::operator!= | ( | const AdaptiveControlP< dim, F > & | a | ) | [inline] |
Definition at line 36 of file hpMethod.hh.
F concepts::AdaptiveControl< F >::idx_ [inherited] |
| ushort concepts::AdaptiveControlP< dim, F >::p_[dim] |
Polynomial degree.
Definition at line 28 of file hpMethod.hh.
AdaptiveControlTag concepts::AdaptiveControl< F >::tag_ [inherited] |