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

#include <dof_faces.h>

Public Member Functions

std::size_t memory_consumption () const
 

Public Attributes

internal::hp::DoFIndicesOnFacesOrEdges< 1 > lines
 
internal::hp::DoFIndicesOnFacesOrEdges< 2 > quads
 

Detailed Description

template<>
class internal::hp::DoFIndicesOnFaces< 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 330 of file dof_faces.h.

Member Function Documentation

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

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

Member Data Documentation

Indices of DoFs on the lines that form the edges of cells.

Definition at line 336 of file dof_faces.h.

Indices of DoFs on the quads that bound cells.

Definition at line 341 of file dof_faces.h.


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