Go to the documentation of this file.
20 #ifndef BOUNDARY_VOLUME_SOLUTION_TRANSFER
21 #define BOUNDARY_VOLUME_SOLUTION_TRANSFER
23 #include "libmesh/solution_transfer.h"
void transfer_volume_boundary(const Variable &from_var, const Variable &to_var)
Transfer values from volume mesh to boundary mesh.
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.
virtual void transfer(const Variable &from_var, const Variable &to_var) override
Transfer values from a Variable in a System associated with a volume mesh to a Variable in a System a...
void transfer_boundary_volume(const Variable &from_var, const Variable &to_var)
Transfer values from boundary mesh to volume mesh.
virtual ~BoundaryVolumeSolutionTransfer()
This class defines the notion of a variable in the system.
BoundaryVolumeSolutionTransfer(const Parallel::Communicator &comm_in)
SolutionTransfer derived class which is specifically for transferring solutions back and forth betwee...