12 #ifndef MFEM_TRANSFERMAP 13 #define MFEM_TRANSFERMAP 15 #include "../../fem/gridfunc.hpp" 69 std::unique_ptr<const FiniteElementSpace> root_fes_;
77 #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...
TransferMap(const GridFunction &src, const GridFunction &dst)
Construct a new TransferMap object which transfers degrees of freedom from the source GridFunction to...