
Public Member Functions | |
| std::size_t | 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.
Definition at line 125 of file dof_levels.h.
| std::size_t 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.
Definition at line 142 of file dof_levels.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2