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
Public Member Functions | Private Attributes | List of all members
DICe::MultiField_Comm Class Reference

MPI Communicator. More...

#include <DICe_MultiFieldEpetra.h>

Public Member Functions

 MultiField_Comm ()
 Default constructor with no arguments.
 
int get_rank () const
 Returns the current processor id.
 
int get_size () const
 Returns the number of processors.
 
Teuchos::RCP< Epetra_Comm > get () const
 Returns a pointer to the underlying communicator.
 
 MultiField_Comm ()
 Default constructor with no arguments.
 
int get_rank () const
 Returns the current processor id.
 
int get_size () const
 Returns the number of processors.
 
const Teuchos::RCP< const Teuchos::Comm< int > > get () const
 Returns a pointer to the underlying communicator.
 

Private Attributes

Teuchos::RCP< Epetra_Comm > comm_
 Pointer to the underlying communicator.
 
Teuchos::RCP< const Teuchos::Comm< int > > comm_
 Pointer to underlying communicator object.
 

Detailed Description

MPI Communicator.