Reference documentation for deal.II version 9.0.0
|
#include <deal.II/dofs/dof_faces.h>
Public Member Functions | |
std::size_t | memory_consumption () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Store the indices of degrees of freedom on faces in 1D. As these would be vertices, which are treated separately, don't do anything.
Definition at line 85 of file dof_faces.h.
std::size_t internal::DoFHandlerImplementation::DoFFaces< 1 >::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object.
Definition at line 28 of file dof_faces.cc.
void internal::DoFHandlerImplementation::DoFFaces< 1 >::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
Definition at line 171 of file dof_faces.h.