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