libMesh::MeshfreeSolutionTransfer Class Reference

#include <meshfree_solution_transfer.h>

Inheritance diagram for libMesh::MeshfreeSolutionTransfer:

List of all members.

Public Member Functions

 MeshfreeSolutionTransfer ()
virtual ~MeshfreeSolutionTransfer ()
virtual void transfer (const Variable &from_var, const Variable &to_var)

Detailed Description

Implementation of a SolutionTransfer object that utilizes the MeshfreeInterpolation system to interpolate one solution to another.

Definition at line 32 of file meshfree_solution_transfer.h.


Constructor & Destructor Documentation

libMesh::MeshfreeSolutionTransfer::MeshfreeSolutionTransfer (  )  [inline]

Definition at line 35 of file meshfree_solution_transfer.h.

00035 {}

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

Definition at line 36 of file meshfree_solution_transfer.h.

00036 {}


Member Function Documentation

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

Transfer the values of a variable to another.

Implements libMesh::SolutionTransfer.


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

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

Hosted By:
SourceForge.net Logo