Digital Image Correlation Engine
Version 1.0
A modular, high-performance, image correlation tool used to compute full-field displacements and strains from digital images
|
An importer directs the tranfer of information between distributed objects. More...
#include <DICe_MultiFieldEpetra.h>
Public Member Functions | |
MultiField_Importer (MultiField_Map &map_a, MultiField_Map &map_b) | |
Default constructor with two maps as arguments (note the source and target have to be switched due to the Epetra syntax) More... | |
virtual | ~MultiField_Importer () |
Destructor. | |
Teuchos::RCP< const Epetra_Import > | get () const |
Returns a pointer to the underlying importer object. | |
MultiField_Importer (MultiField_Map &map_a, MultiField_Map &map_b) | |
Default constructor with two maps as arguments. More... | |
virtual | ~MultiField_Importer () |
Destructor. | |
Teuchos::RCP< const import_type > | get () const |
Returns a pointer to the underlying importer object. | |
Private Attributes | |
Teuchos::RCP< const Epetra_Import > | importer_ |
Pointer to the underlying importer object. | |
Teuchos::RCP< const import_type > | importer_ |
Pointer to the underlying importer object. | |
An importer directs the tranfer of information between distributed objects.
|
inline |
Default constructor with two maps as arguments (note the source and target have to be switched due to the Epetra syntax)
map_a | the source map |
map_b | the target map |
|
inline |
Default constructor with two maps as arguments.
map_a | the source map |
map_b | the target map |