12#ifndef MFEM_TRANSFERMAP
13#define MFEM_TRANSFERMAP
88 std::unique_ptr<FiniteElementSpace> root_fes_;
95 std::unique_ptr<const FiniteElementCollection> root_fec_;
98 std::unique_ptr<TransferMap> src_to_parent;
105 std::unique_ptr<TransferMap> dst_to_parent;
108 std::unique_ptr<TransferMap> parent_to_dst;
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 FiniteElementSpace &src, const FiniteElementSpace &dst)
Construct a new TransferMap object which transfers degrees of freedom from the source FiniteElementSp...
TransferCategory
TransferCategory describes the type of transfer.