
Public Member Functions | |
| std::size_t | memory_consumption () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
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.
Definition at line 100 of file dof_levels.h.
| std::size_t 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 >.
| void internal::DoFHandler::DoFLevel< 0 >::serialize | ( | Archive & | ar, |
| const unsigned int | version | ||
| ) |
Read or write the data of this object to or from a stream for the purpose of serialization
Reimplemented in internal::DoFHandler::DoFLevel< 1 >, internal::DoFHandler::DoFLevel< 2 >, and internal::DoFHandler::DoFLevel< 3 >.
Definition at line 231 of file dof_levels.h.
| 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.
Definition at line 111 of file dof_levels.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2