Reference documentation for deal.II version 9.1.1
|
Public Attributes | |
std::map< const cell_iterator, const unsigned int > | persisting_cells_fe_index |
std::map< const cell_iterator, const unsigned int > | refined_cells_fe_index |
std::map< const cell_iterator, const unsigned int > | coarsened_cells_fe_index |
std::vector< unsigned int > | active_fe_indices |
std::unique_ptr< parallel::distributed::CellDataTransfer< dim, spacedim, std::vector< unsigned int > > > | cell_data_transfer |
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 1233 of file dof_handler.h.
std::map<const cell_iterator, const unsigned int> hp::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 1240 of file dof_handler.h.
std::map<const cell_iterator, const unsigned int> hp::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 1246 of file dof_handler.h.
std::map<const cell_iterator, const unsigned int> hp::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 1253 of file dof_handler.h.
std::vector<unsigned int> hp::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 1260 of file dof_handler.h.
std::unique_ptr< parallel::distributed:: CellDataTransfer<dim, spacedim, std::vector<unsigned int> > > hp::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 1270 of file dof_handler.h.