Go to the documentation of this file.
28 for (uint i = 0; i < dim; ++i)
l_[i] = l.
l_[i]; }
30 Level(
short l) {
for (uint i = 0; i < dim; ++i)
l_[i] = l; }
32 Level() {
for (uint i = 0; i < dim; ++i)
l_[i] = 0; }
35 void set(
short l, uint i);
void maximize(const Level< dim > &c)
Componentwise maximazation.
Level< dim > & operator=(const Level< dim > &c)
Assignement operator.
bool operator>(const Level< dim > &c) const
Comparison operator >.
Level< dim > operator+(const Level< dim > &c) const
Addition operator.
bool operator==(const Level< dim > &c) const
Comparison operator ==.
bool operator<(const Level< dim > &c) const
Comparison operator <.
void set(short l, uint i)
set Level
std::ostream & operator<<(std::ostream &os, const Level< dim > &c)
Level(const Level< dim > &l)
Constructor.
Level information used for multidimensional hp FEM.
Level(short l)
Constructor.
Level< dim > operator-(const Level< dim > &c) const
Subtraction operator.
Level()
Default constructor.
void minimize(const Level< dim > &c)
Componentwise minimization.
Basic namespace for Concepts-2.