Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
internal::DoFHandler::DoFFaces< 3 > Class Template Reference

#include <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::DoFHandler::DoFObjects< 1 > lines
 
internal::DoFHandler::DoFObjects< 2 > quads
 

Detailed Description

template<>
class internal::DoFHandler::DoFFaces< 3 >

Store the indices of degrees of freedom on faces in 3D, which are quads, additionally also on lines.

Author
Tobias Leicht, 2006

Definition at line 141 of file dof_faces.h.

Member Function Documentation

std::size_t internal::DoFHandler::DoFFaces< 3 >::memory_consumption ( ) const

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

template<class Archive >
void internal::DoFHandler::DoFFaces< 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 189 of file dof_faces.h.

Member Data Documentation

The object containing the data of DoFs on lines.

Definition at line 148 of file dof_faces.h.

The object containing the data of DoFs on quads.

Definition at line 154 of file dof_faces.h.


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