|
| template<int spacedim> |
| static unsigned int | max_couplings_between_dofs (const DoFHandler< 1, spacedim > &dof_handler) |
| |
| template<int spacedim> |
| static unsigned int | max_couplings_between_dofs (const DoFHandler< 2, spacedim > &dof_handler) |
| |
| template<int spacedim> |
| static unsigned int | max_couplings_between_dofs (const DoFHandler< 3, spacedim > &dof_handler) |
| |
| template<int dim, int spacedim> |
| static void | reset_to_empty_objects (DoFHandler< dim, spacedim > &dof_handler) |
| |
| template<int dim, int spacedim> |
| static void | reserve_cells (DoFHandler< dim, spacedim > &dof_handler, const unsigned int n_inner_dofs_per_cell) |
| |
| template<int dim, int spacedim, typename T > |
| static void | reserve_subentities (DoFHandler< dim, spacedim > &dof_handler, const unsigned int structdim, const unsigned int n_raw_entities, const T &cell_process) |
| |
| template<int dim, int spacedim> |
| static void | reserve_space (DoFHandler< dim, spacedim > &dof_handler) |
| |
| template<int spacedim> |
| static void | reserve_space_mg (DoFHandler< 1, spacedim > &dof_handler) |
| |
| template<int spacedim> |
| static void | reserve_space_mg (DoFHandler< 2, spacedim > &dof_handler) |
| |
| template<int spacedim> |
| static void | reserve_space_mg (DoFHandler< 3, 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 91 of file dof_handler.cc.