12 #ifndef MFEM_PTRANSFERMAP
13 #define MFEM_PTRANSFERMAP
15 #include "../../fem/pgridfunc.hpp"
67 void CommunicateIndicesSet(
Array<int> &map,
int dst_sz);
77 void CommunicateSharedVdofs(
Vector &
f)
const;
110 #endif // MFEM_PTRANSFERMAP
TransferCategory
TransferCategory describes the type of transfer.
Abstract parallel finite element space.
Communicator performing operations within groups defined by a GroupTopology with arbitrary-size data ...
double f(const Vector &xvec)
void Transfer(const ParGridFunction &src, ParGridFunction &dst) const
Transfer the source ParGridFunction to the destination ParGridFunction.
ParTransferMap represents a mapping of degrees of freedom from a source ParGridFunction to a destinat...
ParTransferMap(const ParGridFunction &src, const ParGridFunction &dst)
Construct a new ParTransferMap object which transfers degrees of freedom from the source ParGridFunct...
Class for parallel grid function.