![]() |
deal.II version 9.7.0
|
Classes | |
| struct | Implementation |
| struct | Inheritance |
| struct | Inheritance< dim, dim, spacedim > |
Functions | |
| template<int structdim, int dim, int spacedim, bool level_dof_access> | |
| types::fe_index | get_fe_index_or_default (const DoFAccessor< structdim, dim, spacedim, level_dof_access > &cell, const types::fe_index fe_index) |
| template<int dim, int spacedim, bool level_dof_access> | |
| void | get_cell_dof_indices (const ::DoFCellAccessor< dim, spacedim, level_dof_access > &accessor, Implementation::dof_index_vector_type &dof_indices, const unsigned int fe_index) |
| template<int dim, int spacedim, bool level_dof_access> | |
| void | get_cell_dof_indices (const ::DoFCellAccessor< dim, spacedim, level_dof_access > &accessor, boost::container::small_vector< types::global_dof_index, 27 > &dof_indices, const unsigned int fe_index) |
| types::fe_index internal::DoFAccessorImplementation::get_fe_index_or_default | ( | const DoFAccessor< structdim, dim, spacedim, level_dof_access > & | cell, |
| const types::fe_index | fe_index ) |
Convert an FE index that might contain the right value but also numbers::invalid_fe_index to a right value if needed/possible.
Definition at line 2310 of file dof_accessor.h.
| void internal::DoFAccessorImplementation::get_cell_dof_indices | ( | const ::DoFCellAccessor< dim, spacedim, level_dof_access > & | accessor, |
| Implementation::dof_index_vector_type & | dof_indices, | ||
| const unsigned int | fe_index ) |
| void internal::DoFAccessorImplementation::get_cell_dof_indices | ( | const ::DoFCellAccessor< dim, spacedim, level_dof_access > & | accessor, |
| boost::container::small_vector< types::global_dof_index, 27 > & | dof_indices, | ||
| const unsigned int | fe_index ) |
Definition at line 262 of file dof_accessor.cc.