SolutionTransfer< dim, VectorType, DH >::Pointerstruct Struct Reference
List of all members.
Detailed Description
template<int dim, typename VectorType = Vector<double>, class DH = DoFHandler<dim>>
struct SolutionTransfer< dim, VectorType, DH >::Pointerstruct
All cell data (the dof indices and the dof values) should be accessable from each cell. As each cell has got only one user_pointer
, multiple pointers to the data need to be packetized in a structure. Note that in our case on each cell either the vector<unsigned int> indices
(if the cell will be refined) or the vector<double> dof_values
(if the children of this cell will be deleted) is needed, hence one user_pointer
should be sufficient, but to allow some errorchecks and to preserve the user from making user errors the user_pointer
will be 'multiplied' by this structure.
Constructor & Destructor Documentation
template<int dim, typename VectorType = Vector<double>, class DH = DoFHandler<dim>>
Member Function Documentation
template<int dim, typename VectorType = Vector<double>, class DH = DoFHandler<dim>>
Member Data Documentation
template<int dim, typename VectorType = Vector<double>, class DH = DoFHandler<dim>>
template<int dim, typename VectorType = Vector<double>, class DH = DoFHandler<dim>>
The documentation for this struct was generated from the following file: