libMesh::SolutionTransfer Class Reference

#include <solution_transfer.h>

Inheritance diagram for libMesh::SolutionTransfer:

List of all members.

Public Member Functions

 SolutionTransfer ()
virtual ~SolutionTransfer ()
virtual void transfer (const Variable &from_var, const Variable &to_var)=0

Detailed Description

Base class for objects that allow transfering variable values between different systems with different meshes.

Definition at line 34 of file solution_transfer.h.


Constructor & Destructor Documentation

libMesh::SolutionTransfer::SolutionTransfer (  )  [inline]

Definition at line 37 of file solution_transfer.h.

00037 {};

virtual libMesh::SolutionTransfer::~SolutionTransfer (  )  [inline, virtual]

Definition at line 38 of file solution_transfer.h.

00038 {};


Member Function Documentation

virtual void libMesh::SolutionTransfer::transfer ( const Variable from_var,
const Variable to_var 
) [pure virtual]

Transfer the values of a variable to another.

This is meant for transferring values from one EquationSystems to another even in the case of having different meshes.

Implemented in libMesh::DirectSolutionTransfer, libMesh::DTKSolutionTransfer, libMesh::MeshfreeSolutionTransfer, and libMesh::MeshFunctionSolutionTransfer.


The documentation for this class was generated from the following file:

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:39 UTC

Hosted By:
SourceForge.net Logo