deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
#include <deal.II/grid/tria.h>
Public Types | |
using | cell_iterator = TriaIterator< CellAccessor< dim, spacedim > > |
using | pack_callback_t = std::function< std::vector< char >(cell_iterator, CellStatus)> |
Public Attributes | |
unsigned int | n_attached_data_sets |
unsigned int | n_attached_deserialize |
std::vector< pack_callback_t > | pack_callbacks_fixed |
std::vector< pack_callback_t > | pack_callbacks_variable |
A structure that binds information about data attached to cells.
using internal::CellAttachedData< dim, spacedim >::cell_iterator = TriaIterator<CellAccessor<dim, spacedim> > |
using internal::CellAttachedData< dim, spacedim >::pack_callback_t = std::function<std::vector<char>(cell_iterator, CellStatus)> |
unsigned int internal::CellAttachedData< dim, spacedim >::n_attached_data_sets |
Number of functions that get attached to the Triangulation through register_data_attach() for example SolutionTransfer.
unsigned int internal::CellAttachedData< dim, spacedim >::n_attached_deserialize |
std::vector<pack_callback_t> internal::CellAttachedData< dim, spacedim >::pack_callbacks_fixed |
std::vector<pack_callback_t> internal::CellAttachedData< dim, spacedim >::pack_callbacks_variable |