12 #ifndef MFEM_TRANSFERMAP
13 #define MFEM_TRANSFERMAP
15 #include "../../fem/gridfunc.hpp"
78 #endif // MFEM_TRANSFERMAP
Class for grid function - Vector with associated FE space.
TransferCategory
TransferCategory describes the type of transfer.
void Transfer(const GridFunction &src, GridFunction &dst) const
Transfer the source GridFunction to the destination GridFunction.
TransferMap represents a mapping of degrees of freedom from a source GridFunction to a destination Gr...
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
TransferMap(const GridFunction &src, const GridFunction &dst)
Construct a new TransferMap object which transfers degrees of freedom from the source GridFunction to...