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 exporter directs the tranfer of information between distributed objects. More...
#include <DICe_MultiFieldEpetra.h>
Public Member Functions | |
MultiField_Exporter (MultiField_Map &map_a, MultiField_Map &map_b) | |
constructor that takes two maps as the arguments More... | |
virtual | ~MultiField_Exporter () |
destructor | |
Teuchos::RCP< const Epetra_Export > | get () const |
Returns a pointer to the underlying exporter object. | |
MultiField_Exporter (MultiField_Map &map_a, MultiField_Map &map_b) | |
constructor that takes two maps as the arguments More... | |
virtual | ~MultiField_Exporter () |
destructor | |
Teuchos::RCP< const export_type > | get () const |
Returns a pointer to the underlying exporter object. | |
Private Attributes | |
Teuchos::RCP< const Epetra_Export > | exporter_ |
Pointer to the underlying exporter object. | |
Teuchos::RCP< const export_type > | exporter_ |
Pointer to the underlying exporter object. | |
An exporter directs the tranfer of information between distributed objects.
|
inline |
constructor that takes two maps as the arguments
map_a | the source map |
map_b | the target map |
|
inline |
constructor that takes two maps as the arguments
map_a | the source map |
map_b | the target map |