Loading [MathJax]/extensions/TeX/AMSsymbols.js
 deal.II version GIT relicensing-3110-g10dd77059b 2025-04-22 10:30:00+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Classes | Functions
internal::DoFAccessorImplementation Namespace Reference

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)
 

Function Documentation

◆ get_fe_index_or_default()

template<int structdim, int dim, int spacedim, bool level_dof_access>
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 
)
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.

◆ get_cell_dof_indices() [1/2]

template<int dim, int spacedim, bool level_dof_access>
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 
)
private

◆ get_cell_dof_indices() [2/2]

template<int dim, int spacedim, bool level_dof_access>
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.