12#ifndef MFEM_TRANSFERMAP
13#define MFEM_TRANSFERMAP
75 std::unique_ptr<const FiniteElementSpace> root_fes_;
82 std::unique_ptr<const FiniteElementCollection> root_fec_;
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
Class for grid function - Vector with associated FE space.
TransferMap represents a mapping of degrees of freedom from a source GridFunction to a destination Gr...
void Transfer(const GridFunction &src, GridFunction &dst) const
Transfer the source GridFunction to the destination GridFunction.
TransferMap(const GridFunction &src, const GridFunction &dst)
Construct a new TransferMap object which transfers degrees of freedom from the source GridFunction to...
TransferCategory
TransferCategory describes the type of transfer.