Reference documentation for deal.II version 9.6.0
|
#include <deal.II/grid/tria.h>
Public Types | |
using | cell_iterator = TriaIterator<CellAccessor<dim, spacedim>> |
using | pack_callback_t |
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 |
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 |