16 #ifndef dealii_distributed_solution_transfer_h 17 #define dealii_distributed_solution_transfer_h 238 static_assert(dim == DoFHandlerType::dimension,
239 "The dimension explicitly provided as a template " 240 "argument, and the dimension of the DoFHandlerType " 241 "template argument must match.");
268 const std::vector<const VectorType *> &all_in);
394 const boost::iterator_range<std::vector<char>::const_iterator>
396 std::vector<VectorType *> &all_out);
void prepare_for_coarsening_and_refinement(const std::vector< const VectorType *> &all_in)
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)
SolutionTransfer(const DoFHandlerType &dof)
void interpolate(std::vector< VectorType *> &all_out)
void prepare_for_serialization(const VectorType &in)
#define DEAL_II_NAMESPACE_CLOSE
void prepare_serialization(const VectorType &in)
std::vector< const VectorType * > input_vectors
SmartPointer< const DoFHandlerType, SolutionTransfer< dim, VectorType, DoFHandlerType > > dof_handler
void register_data_attach()
#define DEAL_II_NAMESPACE_OPEN
~SolutionTransfer()=default
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)
#define DEAL_II_DEPRECATED