Reference documentation for deal.II version 9.1.1
|
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) |
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.
|
inlinestatic |
Implement the function of same name in the mother class.
Definition at line 130 of file dof_handler.cc.
|
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.