20#ifndef DIRECTSOLUTIONTRANSFER_H
21#define DIRECTSOLUTIONTRANSFER_H
23#include "libmesh/solution_transfer.h"
Implementation of a SolutionTransfer object that only works for transferring the solution but only in...
virtual void transfer(const Variable &from_var, const Variable &to_var) override
Transfer the values of a variable to another.
virtual ~DirectSolutionTransfer()
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.