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

#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)
 

Public Attributes

internal::DoFHandlerImplementation::DoFObjects< 1 > lines
 
internal::DoFHandlerImplementation::DoFObjects< 2 > quads
 

Detailed Description

template<>
class internal::DoFHandlerImplementation::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 144 of file dof_faces.h.

Member Function Documentation

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

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

Definition at line 43 of file dof_faces.cc.

template<class Archive >
void internal::DoFHandlerImplementation::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 191 of file dof_faces.h.

Member Data Documentation

The object containing the data of DoFs on lines.

Definition at line 150 of file dof_faces.h.

The object containing the data of DoFs on quads.

Definition at line 155 of file dof_faces.h.


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