#include <level.hh>
Public Member Functions | |
| Level (const Level< dim > &l) | |
| Constructor. | |
| Level (short l) | |
| Constructor. | |
| Level () | |
| Default constructor. | |
| void | set (short l, uint i) |
| set Level | |
| Level< dim > & | operator= (const Level< dim > &c) |
| Assignement operator. | |
| bool | operator< (const Level< dim > &c) const |
| bool | operator> (const Level< dim > &c) const |
| bool | operator== (const Level< dim > &c) const |
| Level< dim > | operator+ (const Level< dim > &c) const |
| Addition operator. | |
| Level< dim > | operator- (const Level< dim > &c) const |
| Subtraction operator. | |
| void | minimize (const Level< dim > &c) |
| Componentwise minimization. | |
| void | maximize (const Level< dim > &c) |
| Componentwise maximazation. | |
Public Attributes | |
| short | l_ [dim] |
| Level. | |
Level information used for multidimensional hp FEM.
| dim | Dimension of the method using this level and the size of the array. |
|
inline |
|
inline |
|
inline |
| bool concepts::Level< dim >::operator< | ( | const Level< dim > & | c | ) | const |
Comparison operator <.
l_ fulfils < | bool concepts::Level< dim >::operator== | ( | const Level< dim > & | c | ) | const |
Comparison operator ==.
l_ are equal | bool concepts::Level< dim >::operator> | ( | const Level< dim > & | c | ) | const |
Comparison operator >.
l_ fulfils > | short concepts::Level< dim >::l_[dim] |