16#ifndef dealii_distributed_solution_transfer_h
17#define dealii_distributed_solution_transfer_h
227 static_assert(dim == DoFHandlerType::dimension,
228 "The dimension explicitly provided as a template "
229 "argument, and the dimension of the DoFHandlerType "
230 "template argument must match.");
257 const std::vector<const VectorType *> &all_in);
362 const boost::iterator_range<std::vector<char>::const_iterator>
364 std::vector<VectorType *> &all_out);
382 namespace distributed
394 SolutionTransfer<dim, VectorType, DoFHandlerType>;
std::vector< char > pack_callback(const typename Triangulation< dim, DoFHandlerType::space_dimension >::cell_iterator &cell, const typename Triangulation< dim, DoFHandlerType::space_dimension >::CellStatus status)
SmartPointer< const DoFHandlerType, SolutionTransfer< dim, VectorType, DoFHandlerType > > dof_handler
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)
void prepare_for_serialization(const VectorType &in)
void register_data_attach()
void deserialize(VectorType &in)
void prepare_for_coarsening_and_refinement(const std::vector< const VectorType * > &all_in)
SolutionTransfer(const DoFHandlerType &dof)
void interpolate(std::vector< VectorType * > &all_out)
std::vector< const VectorType * > input_vectors
~SolutionTransfer()=default
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE