Reference documentation for deal.II version 9.1.0-pre
Public Attributes | List of all members
parallel::distributed::Triangulation< dim, spacedim >::CellAttachedData Struct Reference

Public Attributes

unsigned int n_attached_data_sets
 
unsigned int n_attached_deserialize
 
std::vector< pack_callback_t > pack_callbacks_fixed
 

Detailed Description

template<int dim, int spacedim = dim>
struct parallel::distributed::Triangulation< dim, spacedim >::CellAttachedData

A structure that stores information about the data that has been, or will be, attached to cells via the register_data_attach() function and later retrieved via notify_ready_to_unpack().

Definition at line 885 of file tria.h.

Member Data Documentation

template<int dim, int spacedim = dim>
unsigned int parallel::distributed::Triangulation< dim, spacedim >::CellAttachedData::n_attached_data_sets

number of functions that get attached to the Triangulation through register_data_attach() for example SolutionTransfer.

Definition at line 891 of file tria.h.

template<int dim, int spacedim = dim>
unsigned int parallel::distributed::Triangulation< dim, spacedim >::CellAttachedData::n_attached_deserialize

number of functions that need to unpack their data after a call from load()

Definition at line 897 of file tria.h.

template<int dim, int spacedim = dim>
std::vector<pack_callback_t> parallel::distributed::Triangulation< dim, spacedim >::CellAttachedData::pack_callbacks_fixed

These callback functions will be stored in the order in which they have been registered with the register_data_attach() function.

Definition at line 907 of file tria.h.


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