![]() |
deal.II version 9.7.0
|
#include <deal.II/dofs/dof_accessor.h>
A class with the same purpose as the similarly named class of the Triangulation class. See there for more information.
Definition at line 4230 of file dof_accessor.h.
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) |
|
inlinestatic |
Do what the active_fe_index function in the parent class is supposed to do.
Definition at line 4238 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 4262 of file dof_accessor.h.
|
inlinestatic |
Do what the future_fe_index function in the parent class is supposed to do.
Definition at line 4293 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 4322 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 4353 of file dof_accessor.h.
|
inlinestatic |
Do what the clear_fe_index function in the parent class is supposed to do.
Definition at line 4379 of file dof_accessor.h.