Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Public Attributes | List of all members
internal::hp::DoFIndicesOnFaces< 2 > Class Template Reference

#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
 

Detailed Description

template<>
class internal::hp::DoFIndicesOnFaces< 2 >

Store the indices of degrees of freedom on faces in 2D, which are lines.

Author
Tobias Leicht, 2006

Definition at line 277 of file dof_faces.h.

Member Function Documentation

std::size_t internal::hp::DoFIndicesOnFaces< 2 >::memory_consumption ( ) const

Determine an estimate for the memory consumption (in bytes) of this object.

Definition at line 59 of file dof_faces.cc.

template<class Archive >
void internal::hp::DoFIndicesOnFaces< 2 >::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 348 of file dof_faces.h.

Member Data Documentation

Indices of DoFs on the lines that bound cells.

Definition at line 283 of file dof_faces.h.


The documentation for this class was generated from the following files: