Reference documentation for deal.II version 9.5.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
Public Attributes | List of all members
DoFHandler< dim, spacedim >::ActiveFEIndexTransfer Struct Reference

Public Attributes

std::map< const cell_iterator, const types::fe_indexpersisting_cells_fe_index
 
std::map< const cell_iterator, const types::fe_indexrefined_cells_fe_index
 
std::map< const cell_iterator, const types::fe_indexcoarsened_cells_fe_index
 
std::vector< types::fe_indexactive_fe_indices
 
std::unique_ptr< parallel::distributed::CellDataTransfer< dim, spacedim, std::vector< types::fe_index > > > cell_data_transfer
 

Detailed Description

template<int dim, int spacedim = dim>
struct DoFHandler< dim, spacedim >::ActiveFEIndexTransfer

Whenever the underlying triangulation changes by either h/p-refinement/coarsening and serialization, the active FE index of cells needs to be transferred. This structure stores all temporary information required during that process.

Definition at line 1457 of file dof_handler.h.

Member Data Documentation

◆ persisting_cells_fe_index

template<int dim, int spacedim = dim>
std::map<const cell_iterator, const types::fe_index> DoFHandler< dim, spacedim >::ActiveFEIndexTransfer::persisting_cells_fe_index

Container to temporarily store the iterator and future active FE index of cells that persist.

Definition at line 1464 of file dof_handler.h.

◆ refined_cells_fe_index

template<int dim, int spacedim = dim>
std::map<const cell_iterator, const types::fe_index> DoFHandler< dim, spacedim >::ActiveFEIndexTransfer::refined_cells_fe_index

Container to temporarily store the iterator and future active FE index of cells that will be refined.

Definition at line 1470 of file dof_handler.h.

◆ coarsened_cells_fe_index

template<int dim, int spacedim = dim>
std::map<const cell_iterator, const types::fe_index> DoFHandler< dim, spacedim >::ActiveFEIndexTransfer::coarsened_cells_fe_index

Container to temporarily store the iterator and future active FE index of parent cells that will remain after coarsening.

Definition at line 1477 of file dof_handler.h.

◆ active_fe_indices

template<int dim, int spacedim = dim>
std::vector<types::fe_index> DoFHandler< dim, spacedim >::ActiveFEIndexTransfer::active_fe_indices

Container to temporarily store the active FE index of every locally owned cell for transfer across parallel::distributed::Triangulation objects.

Definition at line 1484 of file dof_handler.h.

◆ cell_data_transfer

template<int dim, int spacedim = dim>
std::unique_ptr< parallel::distributed:: CellDataTransfer<dim, spacedim, std::vector<types::fe_index> > > DoFHandler< dim, spacedim >::ActiveFEIndexTransfer::cell_data_transfer

Helper object to transfer all active FE indices on parallel::distributed::Triangulation objects during refinement/coarsening and serialization.

Definition at line 1494 of file dof_handler.h.


The documentation for this struct was generated from the following file: