Reference documentation for deal.II version 8.5.1
Static Public Member Functions | List of all members
internal::DoFHandler::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 99 of file dof_handler.cc.

Member Function Documentation

◆ max_couplings_between_dofs()

template<int spacedim>
static unsigned int internal::DoFHandler::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 108 of file dof_handler.cc.

◆ reserve_space()

template<int spacedim>
static void internal::DoFHandler::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 274 of file dof_handler.cc.


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