Public Member Functions | |
unsigned int | memory_consumption () const |
Public Attributes | |
std::vector< unsigned int > | active_fe_indices |
Storage for degrees of freedom on cells. See the documentation of the DoFLevel class template for more complete information on the purpose and layout of this class.
unsigned int internal::hp::DoFLevel< 0 >::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object.
Reimplemented in internal::hp::DoFLevel< 1 >, internal::hp::DoFLevel< 2 >, and internal::hp::DoFLevel< 3 >.
std::vector<unsigned int> internal::hp::DoFLevel< 0 >::active_fe_indices |
Indices specifying the finite element of hp::FECollection to use for the different cells. The meaning what a cell is, is dimension specific, therefore also the length of this vector depends on the dimension: in one dimension, the length of this vector equals the length of the lines
vector, in two dimensions that of the quads
vector, etc.