libMesh::MeshFunctionSolutionTransfer Class Reference
#include <meshfunction_solution_transfer.h>
Inheritance diagram for libMesh::MeshFunctionSolutionTransfer:

Public Member Functions | |
| MeshFunctionSolutionTransfer () | |
| virtual | ~MeshFunctionSolutionTransfer () |
| 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 using a MeshFunction
Note: A serialization of the "from" solution vector will be performed! This can be slow in parallel and take a lot of memory!
Definition at line 15 of file meshfunction_solution_transfer.h.
Constructor & Destructor Documentation
| libMesh::MeshFunctionSolutionTransfer::MeshFunctionSolutionTransfer | ( | ) |
| virtual libMesh::MeshFunctionSolutionTransfer::~MeshFunctionSolutionTransfer | ( | ) | [virtual] |
Member Function Documentation
| virtual void libMesh::MeshFunctionSolutionTransfer::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: