deal.II version 9.7.0
\(\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\}}\)
Loading...
Searching...
No Matches
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 )

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 )

◆ 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.