![]() |
deal.II version GIT relicensing-2941-gbd3c83c843 2025-03-25 23:50:00+00:00
|
Static Public Member Functions | |
template<int dim, int spacedim, bool level_dof_access> | |
static types::fe_index | active_fe_index (const DoFCellAccessor< dim, spacedim, level_dof_access > &accessor) |
template<int dim, int spacedim, bool level_dof_access> | |
static void | set_active_fe_index (const DoFCellAccessor< dim, spacedim, level_dof_access > &accessor, const types::fe_index i) |
template<int dim, int spacedim, bool level_dof_access> | |
static types::fe_index | future_fe_index (const DoFCellAccessor< dim, spacedim, level_dof_access > &accessor) |
template<int dim, int spacedim, bool level_dof_access> | |
static void | set_future_fe_index (const DoFCellAccessor< dim, spacedim, level_dof_access > &accessor, const types::fe_index i) |
template<int dim, int spacedim, bool level_dof_access> | |
static bool | future_fe_index_set (const DoFCellAccessor< dim, spacedim, level_dof_access > &accessor) |
template<int dim, int spacedim, bool level_dof_access> | |
static void | clear_future_fe_index (const DoFCellAccessor< dim, spacedim, level_dof_access > &accessor) |
A class with the same purpose as the similarly named class of the Triangulation class. See there for more information.
Definition at line 4235 of file dof_accessor.h.
|
inlinestatic |
Do what the active_fe_index function in the parent class is supposed to do.
Definition at line 4243 of file dof_accessor.h.
|
inlinestatic |
Do what the set_active_fe_index function in the parent class is supposed to do.
Definition at line 4267 of file dof_accessor.h.
|
inlinestatic |
Do what the future_fe_index function in the parent class is supposed to do.
Definition at line 4298 of file dof_accessor.h.
|
inlinestatic |
Do what the set_future_fe_index function in the parent class is supposed to do.
Definition at line 4327 of file dof_accessor.h.
|
inlinestatic |
Do what the future_fe_index_set function in the parent class is supposed to do.
Definition at line 4358 of file dof_accessor.h.
|
inlinestatic |
Do what the clear_fe_index function in the parent class is supposed to do.
Definition at line 4384 of file dof_accessor.h.