libMesh::DirectSolutionTransfer Class Reference

#include <direct_solution_transfer.h>

Inheritance diagram for libMesh::DirectSolutionTransfer:

List of all members.

Public Member Functions

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

Detailed Description

Implementation of a SolutionTransfer object that only works for transferring the solution but only in the case of:

1. The Systems must have EXACTLY the same mesh. 2. The two variables involved must have EXACTLY the same finite element family and order.

Definition at line 35 of file direct_solution_transfer.h.


Constructor & Destructor Documentation

libMesh::DirectSolutionTransfer::DirectSolutionTransfer (  ) 
virtual libMesh::DirectSolutionTransfer::~DirectSolutionTransfer (  )  [virtual]

Member Function Documentation

virtual void libMesh::DirectSolutionTransfer::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:14 UTC

Hosted By:
SourceForge.net Logo