Reference documentation for deal.II version 9.0.0
|
#include <deal.II/hp/dof_faces.h>
Public Member Functions | |
std::size_t | memory_consumption () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
internal::hp::DoFIndicesOnFacesOrEdges< 1 > | lines |
internal::hp::DoFIndicesOnFacesOrEdges< 2 > | quads |
Store the indices of degrees of freedom on faces in 3D, which are quads, additionally also on lines.
Definition at line 302 of file dof_faces.h.
std::size_t internal::hp::DoFIndicesOnFaces< 3 >::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object.
Definition at line 69 of file dof_faces.cc.
void internal::hp::DoFIndicesOnFaces< 3 >::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 347 of file dof_faces.h.
Indices of DoFs on the lines that form the edges of cells.
Definition at line 308 of file dof_faces.h.
Indices of DoFs on the quads that bound cells.
Definition at line 313 of file dof_faces.h.