libMesh::ProjectVector Class Reference
Public Member Functions | |
| ProjectVector (const System &system_in, const NumericVector< Number > &old_v_in, NumericVector< Number > &new_v_in) | |
| void | operator() (const ConstElemRange &range) const |
Private Attributes | |
| const System & | system |
| const NumericVector< Number > & | old_vector |
| NumericVector< Number > & | new_vector |
Detailed Description
This class implements projecting a vector from an old mesh to the newly refined mesh. This may be executed in parallel on multiple threads.
Definition at line 52 of file system_projection.C.
Constructor & Destructor Documentation
| libMesh::ProjectVector::ProjectVector | ( | const System & | system_in, | |
| const NumericVector< Number > & | old_v_in, | |||
| NumericVector< Number > & | new_v_in | |||
| ) | [inline] |
Definition at line 60 of file system_projection.C.
00062 : 00063 system(system_in), 00064 old_vector(old_v_in), 00065 new_vector(new_v_in) 00066 {}
Member Function Documentation
| void libMesh::ProjectVector::operator() | ( | const ConstElemRange & | range | ) | const |
Definition at line 738 of file system_projection.C.
Member Data Documentation
NumericVector<Number>& libMesh::ProjectVector::new_vector [private] |
Definition at line 57 of file system_projection.C.
const NumericVector<Number>& libMesh::ProjectVector::old_vector [private] |
Definition at line 56 of file system_projection.C.
const System& libMesh::ProjectVector::system [private] |
Definition at line 55 of file system_projection.C.
The documentation for this class was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:06 UTC
Hosted By: