![]() |
deal.II version GIT relicensing-3110-g10dd77059b 2025-04-22 10:30:00+00:00
|
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) |
|
private |
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.
|
private |
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.