Reference documentation for deal.II version 9.1.0-pre
Static Public Member Functions | List of all members
internal::DoFHandlerImplementation::Implementation Struct Reference

Static Public Member Functions

template<int spacedim>
static unsigned int max_couplings_between_dofs (const DoFHandler< 1, spacedim > &dof_handler)
 
template<int spacedim>
static void reserve_space (DoFHandler< 1, spacedim > &dof_handler)
 

Detailed Description

A class with the same purpose as the similarly named class of the Triangulation class. See there for more information.

Definition at line 122 of file dof_handler.cc.

Member Function Documentation

template<int spacedim>
static unsigned int internal::DoFHandlerImplementation::Implementation::max_couplings_between_dofs ( const DoFHandler< 1, spacedim > &  dof_handler)
inlinestatic

Implement the function of same name in the mother class.

Definition at line 130 of file dof_handler.cc.

template<int spacedim>
static void internal::DoFHandlerImplementation::Implementation::reserve_space ( DoFHandler< 1, spacedim > &  dof_handler)
inlinestatic

Reserve enough space in the levels[] objects to store the numbers of the degrees of freedom needed for the given element. The given element is that one which was selected when calling distribute_dofs the last time.

Definition at line 294 of file dof_handler.cc.


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