Go to the documentation of this file.
18 #ifndef MESHFUNCTIONSOLUTIONTRANSFER_H
19 #define MESHFUNCTIONSOLUTIONTRANSFER_H
21 #include "libmesh/solution_transfer.h"
Base class for objects that allow transferring variable values between different systems with differe...
The libMesh namespace provides an interface to certain functionality in the library.
const Parallel::Communicator & comm() const
virtual ~MeshFunctionSolutionTransfer()
virtual void transfer(const Variable &from_var, const Variable &to_var) override
Transfer the values of a variable to another.
This class defines the notion of a variable in the system.
Implementation of a SolutionTransfer object that only works for transferring the solution using a Mes...
MeshFunctionSolutionTransfer(const libMesh::Parallel::Communicator &comm)