 |
Reference documentation for deal.II version 9.1.1
|
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
16 #ifndef dealii_distributed_solution_transfer_h
17 #define dealii_distributed_solution_transfer_h
19 #include <deal.II/base/config.h>
21 #include <deal.II/distributed/tria.h>
23 #include <deal.II/dofs/dof_handler.h>
28 DEAL_II_NAMESPACE_OPEN
233 static_assert(dim == DoFHandlerType::dimension,
234 "The dimension explicitly provided as a template "
235 "argument, and the dimension of the DoFHandlerType "
236 "template argument must match.");
263 const std::vector<const VectorType *> &all_in);
389 const boost::iterator_range<std::vector<char>::const_iterator>
391 std::vector<VectorType *> &all_out);
409 DEAL_II_NAMESPACE_CLOSE
void prepare_for_serialization(const VectorType &in)
void unpack_callback(const typename Triangulation< dim, DoFHandlerType::space_dimension >::cell_iterator &cell, const typename Triangulation< dim, DoFHandlerType::space_dimension >::CellStatus status, const boost::iterator_range< std::vector< char >::const_iterator > &data_range, std::vector< VectorType * > &all_out)
~SolutionTransfer()=default
SmartPointer< const DoFHandlerType, SolutionTransfer< dim, VectorType, DoFHandlerType > > dof_handler
SolutionTransfer(const DoFHandlerType &dof)
std::vector< char > pack_callback(const typename Triangulation< dim, DoFHandlerType::space_dimension >::cell_iterator &cell, const typename Triangulation< dim, DoFHandlerType::space_dimension >::CellStatus status)
void deserialize(VectorType &in)
void register_data_attach()
void interpolate(std::vector< VectorType * > &all_out)
void prepare_for_coarsening_and_refinement(const std::vector< const VectorType * > &all_in)
void prepare_serialization(const VectorType &in)
std::vector< const VectorType * > input_vectors