Go to the documentation of this file.
20 #ifndef MESHFREESOLUTIONTRANSFER_H
21 #define MESHFREESOLUTIONTRANSFER_H
23 #include "libmesh/solution_transfer.h"
56 #endif // #define MESHFREESOLUTIONTRANSFER_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.
Implementation of a SolutionTransfer object that utilizes the MeshfreeInterpolation system to interpo...
MeshfreeSolutionTransfer(const libMesh::Parallel::Communicator &comm_in)
This class defines the notion of a variable in the system.
virtual ~MeshfreeSolutionTransfer()
virtual void transfer(const Variable &from_var, const Variable &to_var) override
Transfer the values of a variable to another.