Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra::EpetraIntMultiVectorT< long long, EpetraNode > Class Template Reference

#include <Xpetra_EpetraIntMultiVector.hpp>

Inheritance diagram for Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >:
Xpetra::MultiVector< int, int, long long, EpetraNode > Xpetra::DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node >

Public Member Functions

RCP< Epetra_IntMultiVector > getEpetra_IntMultiVector () const
 
const RCP< const Comm< int > > getComm () const
 
Teuchos::RCP< const Map< int,
GlobalOrdinal, Node > > 
getMap () const
 The Map describing the parallel distribution of this object. More...
 
void doImport (const DistObject< int, int, GlobalOrdinal, Node > &source, const Import< int, GlobalOrdinal, Node > &importer, CombineMode CM)
 
void doExport (const DistObject< int, LocalOrdinal, GlobalOrdinal, Node > &dest, const Import< int, GlobalOrdinal, Node > &importer, CombineMode CM)
 
void doImport (const DistObject< int, LocalOrdinal, GlobalOrdinal, Node > &source, const Export< int, GlobalOrdinal, Node > &exporter, CombineMode CM)
 
void doExport (const DistObject< int, LocalOrdinal, GlobalOrdinal, Node > &dest, const Export< int, GlobalOrdinal, Node > &exporter, CombineMode CM)
 
void replaceMap (const RCP< const Map< int, GlobalOrdinal, Node > > &map)
 
- Public Member Functions inherited from Xpetra::MultiVector< int, int, long long, EpetraNode >
virtual ~MultiVector ()
 Destructor. More...
 
MultiVector< int, int, long
long, EpetraNode > & 
operator= (const MultiVector< int, int, long long, EpetraNode > &rhs)
 Assignment operator: Does a deep copy. More...
 
virtual void norm1 (const Teuchos::ArrayView< typename Teuchos::ScalarTraits< int >::magnitudeType > &norms) const =0
 Compute 1-norm of each vector in multi-vector. More...
 
virtual void norm2 (const Teuchos::ArrayView< typename Teuchos::ScalarTraits< int >::magnitudeType > &norms) const =0
 
virtual void normInf (const Teuchos::ArrayView< typename Teuchos::ScalarTraits< int >::magnitudeType > &norms) const =0
 Compute Inf-norm of each vector in multi-vector. More...
 
virtual void replaceMap (const RCP< const Map< int, long long, EpetraNode >> &map)=0
 
virtual void Xpetra_randomize ()
 Set multi-vector values to random numbers. XPetra implementation. More...
 
- Public Member Functions inherited from Xpetra::DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node >
virtual ~DistObject ()
 Destructor. More...
 
virtual void doImport (const DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node > &source, const Import< LocalOrdinal, GlobalOrdinal, Node > &importer, CombineMode CM)=0
 Import data into this object using an Import object ("forward mode"). More...
 
virtual void doExport (const DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node > &source, const Export< LocalOrdinal, GlobalOrdinal, Node > &exporter, CombineMode CM)=0
 Export data into this object using an Export object ("forward mode"). More...
 
virtual void doImport (const DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node > &source, const Export< LocalOrdinal, GlobalOrdinal, Node > &exporter, CombineMode CM)=0
 Import data into this object using an Export object ("reverse mode"). More...
 
virtual void doExport (const DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node > &source, const Import< LocalOrdinal, GlobalOrdinal, Node > &importer, CombineMode CM)=0
 Export data into this object using an Import object ("reverse mode"). More...
 

Protected Member Functions

virtual void assign (const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &rhs)
 Implementation of the assignment operator (operator=); does a deep copy. More...
 

Private Types

typedef int Scalar
 
typedef int LocalOrdinal
 
typedef long long GlobalOrdinal
 
typedef EpetraNode Node
 

Private Attributes

RCP< Epetra_IntMultiVector > vec_
 The Epetra_IntMultiVector which this class wraps. More...
 

Constructor/Destructor Methods

 EpetraIntMultiVectorT (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, size_t NumVectors, bool zeroOut=true)
 Sets all vector entries to zero. More...
 
 EpetraIntMultiVectorT (const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &source)
 MultiVector copy constructor. More...
 
 EpetraIntMultiVectorT (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &, const Teuchos::ArrayView< const Teuchos::ArrayView< const Scalar > > &, size_t)
 Set multi-vector values from array of pointers using Teuchos memory management classes. (copy). More...
 
 ~EpetraIntMultiVectorT ()
 Destructor. More...
 

Post-construction modification routines

void putScalar (const int &value)
 Initialize all values in a multi-vector with specified value. More...
 
void randomize (bool=true)
 Set multi-vector values to random numbers. More...
 
void setSeed (unsigned int)
 Set seed for Random function. More...
 
void replaceGlobalValue (GlobalOrdinal globalRow, size_t vectorIndex, const Scalar &value)
 Replace value, using global (row) index. More...
 
void sumIntoGlobalValue (GlobalOrdinal globalRow, size_t vectorIndex, const Scalar &value)
 Add value to existing value, using global (row) index. More...
 
void replaceLocalValue (LocalOrdinal myRow, size_t vectorIndex, const Scalar &value)
 Replace value, using local (row) index. More...
 
void sumIntoLocalValue (LocalOrdinal myRow, size_t vectorIndex, const Scalar &value)
 Add value to existing value, using local (row) index. More...
 

Data Copy and View get methods

Teuchos::RCP< const Vector
< Scalar, LocalOrdinal,
GlobalOrdinal, Node > > 
getVector (size_t) const
 Return a Vector which is a const view of column j. More...
 
Teuchos::RCP< Vector< Scalar,
LocalOrdinal, GlobalOrdinal,
Node > > 
getVectorNonConst (size_t)
 Return a Vector which is a nonconst view of column j. More...
 
Teuchos::ArrayRCP< const int > getData (size_t j) const
 
Teuchos::ArrayRCP< int > getDataNonConst (size_t j)
 

Mathematical methods

void dot (const MultiVector< int, int, GlobalOrdinal, Node > &, const Teuchos::ArrayView< int > &) const
 Computes dot product of each corresponding pair of vectors, dots[i] = this[i].dot(A[i]) More...
 
void abs (const MultiVector< int, int, GlobalOrdinal, Node > &)
 Puts element-wise absolute values of input Multi-vector in target: A = abs(this) More...
 
void reciprocal (const MultiVector< int, int, GlobalOrdinal, Node > &)
 Puts element-wise reciprocal values of input Multi-vector in target, this(i,j) = 1/A(i,j). More...
 
void scale (const int &)
 Scale the current values of a multi-vector, this = alpha*this. More...
 
void scale (Teuchos::ArrayView< const int >)
 Scale the current values of a multi-vector, this[j] = alpha[j]*this[j]. More...
 
void update (const int &, const MultiVector< int, int, GlobalOrdinal, Node > &, const int &)
 Update multi-vector values with scaled values of A, this = beta*this + alpha*A. More...
 
void update (const int &, const MultiVector< int, int, GlobalOrdinal, Node > &, const int &, const MultiVector< int, int, GlobalOrdinal, Node > &, const int &)
 Update multi-vector with scaled values of A and B, this = gamma*this + alpha*A + beta*B. More...
 
void norm1 (const Teuchos::ArrayView< Teuchos::ScalarTraits< int >::magnitudeType > &) const
 Compute 1-norm of each vector in multi-vector. More...
 
void norm2 (const Teuchos::ArrayView< Teuchos::ScalarTraits< int >::magnitudeType > &) const
 Compute 2-norm of each vector in multi-vector. More...
 
void normInf (const Teuchos::ArrayView< Teuchos::ScalarTraits< int >::magnitudeType > &) const
 Compute Inf-norm of each vector in multi-vector. More...
 
void meanValue (const Teuchos::ArrayView< int > &) const
 Compute mean (average) value of each vector in multi-vector. More...
 
void maxValue (const Teuchos::ArrayView< int > &) const
 Compute max value of each vector in multi-vector. More...
 
void multiply (Teuchos::ETransp, Teuchos::ETransp, const int &, const MultiVector< int, int, GlobalOrdinal, Node > &, const MultiVector< int, int, GlobalOrdinal, Node > &, const int &)
 Matrix-Matrix multiplication, this = beta*this + alpha*op(A)*op(B). More...
 
void elementWiseMultiply (int, const Vector< int, int, GlobalOrdinal, Node > &, const MultiVector< int, int, GlobalOrdinal, Node > &, int)
 Element-wise multiply of a Vector A with a EpetraMultiVector B. More...
 

Attribute access functions

size_t getNumVectors () const
 Returns the number of vectors in the multi-vector. More...
 
size_t getLocalLength () const
 Returns the local vector length on the calling processor of vectors in the multi-vector. More...
 
global_size_t getGlobalLength () const
 Returns the global vector length of vectors in the multi-vector. More...
 
bool isSameSize (const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &vec) const
 Checks to see if the local length, number of vectors and size of Scalar type match. More...
 

Overridden from Teuchos::Describable

std::string description () const
 Return a simple one-line description of this object. More...
 
void describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const
 Print the object with some verbosity level to an FancyOStream object. More...
 

Additional Inherited Members

- Public Types inherited from Xpetra::MultiVector< int, int, long long, EpetraNode >
typedef int scalar_type
 
typedef int local_ordinal_type
 
typedef long long global_ordinal_type
 
typedef EpetraNode node_type
 

Detailed Description

template<>
class Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >

Definition at line 827 of file Xpetra_EpetraIntMultiVector.hpp.

Member Typedef Documentation

typedef int Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::Scalar
private

Definition at line 830 of file Xpetra_EpetraIntMultiVector.hpp.

typedef int Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::LocalOrdinal
private

Definition at line 831 of file Xpetra_EpetraIntMultiVector.hpp.

typedef long long Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::GlobalOrdinal
private

Definition at line 832 of file Xpetra_EpetraIntMultiVector.hpp.

typedef EpetraNode Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::Node
private

Definition at line 833 of file Xpetra_EpetraIntMultiVector.hpp.

Constructor & Destructor Documentation

Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::EpetraIntMultiVectorT ( const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &  map,
size_t  NumVectors,
bool  zeroOut = true 
)
inline

Sets all vector entries to zero.

Definition at line 841 of file Xpetra_EpetraIntMultiVector.hpp.

MultiVector copy constructor.

Definition at line 846 of file Xpetra_EpetraIntMultiVector.hpp.

Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::EpetraIntMultiVectorT ( const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &  ,
const Teuchos::ArrayView< const Teuchos::ArrayView< const Scalar > > &  ,
size_t   
)
inline

Set multi-vector values from array of pointers using Teuchos memory management classes. (copy).

Definition at line 851 of file Xpetra_EpetraIntMultiVector.hpp.

Destructor.

Definition at line 857 of file Xpetra_EpetraIntMultiVector.hpp.

Member Function Documentation

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::putScalar ( const int &  value)
inlinevirtual

Initialize all values in a multi-vector with specified value.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 865 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::randomize ( bool  = true)
inlinevirtual

Set multi-vector values to random numbers.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 872 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::setSeed ( unsigned int  )
inlinevirtual

Set seed for Random function.

Note: this method does not exist in Tpetra interface. Added for MueLu.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 877 of file Xpetra_EpetraIntMultiVector.hpp.

Teuchos::RCP< const Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getVector ( size_t  ) const
inlinevirtual

Return a Vector which is a const view of column j.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 886 of file Xpetra_EpetraIntMultiVector.hpp.

Teuchos::RCP< Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getVectorNonConst ( size_t  )
inlinevirtual

Return a Vector which is a nonconst view of column j.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 891 of file Xpetra_EpetraIntMultiVector.hpp.

Teuchos::ArrayRCP<const int> Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getData ( size_t  j) const
inlinevirtual

Const Local vector access function. View of the local values in a particular vector of this multi-vector.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 897 of file Xpetra_EpetraIntMultiVector.hpp.

Teuchos::ArrayRCP<int> Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getDataNonConst ( size_t  j)
inlinevirtual

Local vector access function. View of the local values in a particular vector of this multi-vector.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 910 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::dot ( const MultiVector< int, int, GlobalOrdinal, Node > &  ,
const Teuchos::ArrayView< int > &   
) const
inlinevirtual

Computes dot product of each corresponding pair of vectors, dots[i] = this[i].dot(A[i])

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 926 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::abs ( const MultiVector< int, int, GlobalOrdinal, Node > &  )
inlinevirtual

Puts element-wise absolute values of input Multi-vector in target: A = abs(this)

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 935 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::reciprocal ( const MultiVector< int, int, GlobalOrdinal, Node > &  )
inlinevirtual

Puts element-wise reciprocal values of input Multi-vector in target, this(i,j) = 1/A(i,j).

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 942 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::scale ( const int &  )
inlinevirtual

Scale the current values of a multi-vector, this = alpha*this.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 949 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::scale ( Teuchos::ArrayView< const int >  )
inlinevirtual

Scale the current values of a multi-vector, this[j] = alpha[j]*this[j].

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 955 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::update ( const int &  ,
const MultiVector< int, int, GlobalOrdinal, Node > &  ,
const int &   
)
inlinevirtual

Update multi-vector values with scaled values of A, this = beta*this + alpha*A.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 961 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::update ( const int &  ,
const MultiVector< int, int, GlobalOrdinal, Node > &  ,
const int &  ,
const MultiVector< int, int, GlobalOrdinal, Node > &  ,
const int &   
)
inlinevirtual

Update multi-vector with scaled values of A and B, this = gamma*this + alpha*A + beta*B.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 969 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::norm1 ( const Teuchos::ArrayView< Teuchos::ScalarTraits< int >::magnitudeType > &  ) const
inline

Compute 1-norm of each vector in multi-vector.

Definition at line 978 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::norm2 ( const Teuchos::ArrayView< Teuchos::ScalarTraits< int >::magnitudeType > &  ) const
inline

Compute 2-norm of each vector in multi-vector.

Definition at line 981 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::normInf ( const Teuchos::ArrayView< Teuchos::ScalarTraits< int >::magnitudeType > &  ) const
inline

Compute Inf-norm of each vector in multi-vector.

Definition at line 984 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::meanValue ( const Teuchos::ArrayView< int > &  ) const
inlinevirtual

Compute mean (average) value of each vector in multi-vector.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 987 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::maxValue ( const Teuchos::ArrayView< int > &  ) const
inline

Compute max value of each vector in multi-vector.

Definition at line 990 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::multiply ( Teuchos::ETransp  ,
Teuchos::ETransp  ,
const int &  ,
const MultiVector< int, int, GlobalOrdinal, Node > &  ,
const MultiVector< int, int, GlobalOrdinal, Node > &  ,
const int &   
)
inlinevirtual

Matrix-Matrix multiplication, this = beta*this + alpha*op(A)*op(B).

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 993 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::elementWiseMultiply ( int  ,
const Vector< int, int, GlobalOrdinal, Node > &  ,
const MultiVector< int, int, GlobalOrdinal, Node > &  ,
int   
)
inlinevirtual

Element-wise multiply of a Vector A with a EpetraMultiVector B.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 996 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::replaceGlobalValue ( GlobalOrdinal  globalRow,
size_t  vectorIndex,
const Scalar value 
)
inlinevirtual

Replace value, using global (row) index.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1007 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::sumIntoGlobalValue ( GlobalOrdinal  globalRow,
size_t  vectorIndex,
const Scalar value 
)
inlinevirtual

Add value to existing value, using global (row) index.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1012 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::replaceLocalValue ( LocalOrdinal  myRow,
size_t  vectorIndex,
const Scalar value 
)
inlinevirtual

Replace value, using local (row) index.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1017 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::sumIntoLocalValue ( LocalOrdinal  myRow,
size_t  vectorIndex,
const Scalar value 
)
inlinevirtual

Add value to existing value, using local (row) index.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1022 of file Xpetra_EpetraIntMultiVector.hpp.

size_t Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getNumVectors ( ) const
inlinevirtual

Returns the number of vectors in the multi-vector.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1032 of file Xpetra_EpetraIntMultiVector.hpp.

size_t Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getLocalLength ( ) const
inlinevirtual

Returns the local vector length on the calling processor of vectors in the multi-vector.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1038 of file Xpetra_EpetraIntMultiVector.hpp.

global_size_t Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getGlobalLength ( ) const
inlinevirtual

Returns the global vector length of vectors in the multi-vector.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1041 of file Xpetra_EpetraIntMultiVector.hpp.

bool Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::isSameSize ( const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &  vec) const
inlinevirtual

Checks to see if the local length, number of vectors and size of Scalar type match.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1045 of file Xpetra_EpetraIntMultiVector.hpp.

std::string Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::description ( ) const
inlinevirtual

Return a simple one-line description of this object.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1057 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::describe ( Teuchos::FancyOStream &  out,
const Teuchos::EVerbosityLevel  verbLevel = Teuchos::Describable::verbLevel_default 
) const
inlinevirtual

Print the object with some verbosity level to an FancyOStream object.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1069 of file Xpetra_EpetraIntMultiVector.hpp.

RCP< Epetra_IntMultiVector > Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getEpetra_IntMultiVector ( ) const
inline

Definition at line 1088 of file Xpetra_EpetraIntMultiVector.hpp.

const RCP<const Comm<int> > Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getComm ( ) const
inline

Definition at line 1090 of file Xpetra_EpetraIntMultiVector.hpp.

Teuchos::RCP<const Map<int, GlobalOrdinal, Node> > Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::getMap ( ) const
inlinevirtual

The Map describing the parallel distribution of this object.

Implements Xpetra::DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node >.

Definition at line 1095 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::doImport ( const DistObject< int, int, GlobalOrdinal, Node > &  source,
const Import< int, GlobalOrdinal, Node > &  importer,
CombineMode  CM 
)
inline

Definition at line 1100 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::doExport ( const DistObject< int, LocalOrdinal, GlobalOrdinal, Node > &  dest,
const Import< int, GlobalOrdinal, Node > &  importer,
CombineMode  CM 
)
inline

Definition at line 1112 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::doImport ( const DistObject< int, LocalOrdinal, GlobalOrdinal, Node > &  source,
const Export< int, GlobalOrdinal, Node > &  exporter,
CombineMode  CM 
)
inline

Definition at line 1124 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::doExport ( const DistObject< int, LocalOrdinal, GlobalOrdinal, Node > &  dest,
const Export< int, GlobalOrdinal, Node > &  exporter,
CombineMode  CM 
)
inline

Definition at line 1136 of file Xpetra_EpetraIntMultiVector.hpp.

void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::replaceMap ( const RCP< const Map< int, GlobalOrdinal, Node > > &  map)
inline

Definition at line 1148 of file Xpetra_EpetraIntMultiVector.hpp.

virtual void Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::assign ( const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &  rhs)
inlineprotectedvirtual

Implementation of the assignment operator (operator=); does a deep copy.

Implements Xpetra::MultiVector< int, int, long long, EpetraNode >.

Definition at line 1225 of file Xpetra_EpetraIntMultiVector.hpp.

Member Data Documentation

RCP< Epetra_IntMultiVector > Xpetra::EpetraIntMultiVectorT< long long, EpetraNode >::vec_
private

The Epetra_IntMultiVector which this class wraps.

Definition at line 1260 of file Xpetra_EpetraIntMultiVector.hpp.


The documentation for this class was generated from the following file: