Public Member Functions | |
unsigned int | memory_consumption () const |
Public Attributes | |
std::vector< unsigned int > | cell_dof_indices_cache |
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::DoFHandler::DoFLevel< 0 >::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object.
Reimplemented in internal::DoFHandler::DoFLevel< 1 >, internal::DoFHandler::DoFLevel< 2 >, and internal::DoFHandler::DoFLevel< 3 >.
std::vector<unsigned int> internal::DoFHandler::DoFLevel< 0 >::cell_dof_indices_cache |
Cache for the DoF indices on cells. The size of this array equals the number of cells on a given level times selected_fe.dofs_per_cell.