libMesh::ProjectVector Class Reference

List of all members.

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 Systemsystem
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.

00739 {
00740   libmesh_error();
00741 }


Member Data Documentation

Definition at line 56 of file system_projection.C.

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:
SourceForge.net Logo