20 #ifndef SOLUTIONTRANSFER_H 21 #define SOLUTIONTRANSFER_H 61 #endif // #define SOLUTIONTRANSFER_H
A variable which is solved for in a System of equations.
virtual void transfer(const Variable &from_var, const Variable &to_var)=0
SolutionTransfer(const libMesh::Parallel::Communicator &comm_in)
An object whose state is distributed along a set of processors.
virtual ~SolutionTransfer()
Base class for all SolutionTransfer implementations.