Reference documentation for deal.II version 9.0.0
|
Static Public Member Functions | |
template<int dim, int spacedim> | |
static void | reserve_space_release_space (DoFHandler< dim, spacedim > &dof_handler) |
template<int dim, int spacedim> | |
static void | reserve_space_vertices (DoFHandler< dim, spacedim > &dof_handler) |
template<int dim, int spacedim> | |
static void | reserve_space_cells (DoFHandler< dim, spacedim > &dof_handler) |
template<int dim, int spacedim> | |
static void | reserve_space_faces (DoFHandler< dim, spacedim > &dof_handler) |
template<int spacedim> | |
static void | reserve_space (DoFHandler< 1, spacedim > &dof_handler) |
template<int spacedim> | |
static unsigned int | max_couplings_between_dofs (const DoFHandler< 1, spacedim > &dof_handler) |
template<int dim, int spacedim> | |
static void | communicate_active_fe_indices (::hp::DoFHandler< dim, 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 77 of file dof_handler.cc.
|
inlinestatic |
Do that part of reserving space that pertains to releasing the previously used memory.
Definition at line 86 of file dof_handler.cc.
|
inlinestatic |
Do that part of reserving space that pertains to vertices, since this is the same in all space dimensions.
Definition at line 120 of file dof_handler.cc.
|
inlinestatic |
Do that part of reserving space that pertains to cells, since this is the same in all space dimensions.
Definition at line 224 of file dof_handler.cc.
|
inlinestatic |
Do that part of reserving space that pertains to faces, since this is the same in all space dimensions.
Definition at line 320 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 598 of file dof_handler.cc.
|
inlinestatic |
Implement the function of same name in the mother class.
Definition at line 753 of file dof_handler.cc.
|
inlinestatic |
Given a hp::DoFHandler object, make sure that the active_fe_indices that a user has set for locally owned cells are communicated to all ghost cells as well.
Definition at line 861 of file dof_handler.cc.