Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::RedistributedVector Class Referencefinal
Inheritance diagram for Alien::RedistributedVector:
Collaboration diagram for Alien::RedistributedVector:

Public Member Functions

 RedistributedVector (RedistributedVector &&vector)=delete
 RedistributedVector (IVector &vector, Redistributor &redist)
RedistributedVector & operator= (RedistributedVector &&vector)=delete
 RedistributedVector (const RedistributedVector &vector)=delete
RedistributedVector & operator= (const RedistributedVector &vector)=delete
void visit (ICopyOnWriteVector &) const
 Visit method.
const VectorDistributiondistribution () const
const ISpacespace () const
 Get the space associated to the vector.
void setUserFeature (String feature)
bool hasUserFeature (String feature) const
MultiVectorImplimpl ()
 Get the multivector implementation.
const MultiVectorImplimpl () const
 Get the multivector implementation.

Private Attributes

std::shared_ptr< MultiVectorImplm_impl

Additional Inherited Members

Protected Member Functions inherited from Alien::IVector
 IVector ()
 Constructor.

Detailed Description

Definition at line 35 of file RedistributedVector.h.

Constructor & Destructor Documentation

◆ RedistributedVector()

Alien::RedistributedVector::RedistributedVector ( IVector & vector,
Redistributor & redist )

Definition at line 35 of file RedistributedVector.cc.

◆ ~RedistributedVector()

Alien::RedistributedVector::~RedistributedVector ( )

Definition at line 39 of file RedistributedVector.cc.

Member Function Documentation

◆ distribution()

const VectorDistribution & Alien::RedistributedVector::distribution ( ) const

Definition at line 51 of file RedistributedVector.cc.

◆ hasUserFeature()

bool Alien::RedistributedVector::hasUserFeature ( String feature) const

Definition at line 73 of file RedistributedVector.cc.

◆ impl() [1/2]

MultiVectorImpl * Alien::RedistributedVector::impl ( )
virtual

Get the multivector implementation.

Returns
The multivector implementation

Implements Alien::IVector.

Definition at line 81 of file RedistributedVector.cc.

References impl().

Referenced by impl(), and impl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ impl() [2/2]

const MultiVectorImpl * Alien::RedistributedVector::impl ( ) const
virtual

Get the multivector implementation.

Returns
The multivector implementation

Implements Alien::IVector.

Definition at line 96 of file RedistributedVector.cc.

References impl().

Here is the call graph for this function:

◆ setUserFeature()

void Alien::RedistributedVector::setUserFeature ( String feature)

Definition at line 66 of file RedistributedVector.cc.

◆ space()

const ISpace & Alien::RedistributedVector::space ( ) const
virtual

Get the space associated to the vector.

Returns
The space

Implements Alien::IVector.

Definition at line 59 of file RedistributedVector.cc.

References space().

Referenced by space().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ visit()

void Alien::RedistributedVector::visit ( ICopyOnWriteVector & ) const
virtual

Visit method.

Implements Alien::IVector.

Definition at line 43 of file RedistributedVector.cc.

References visit().

Referenced by visit().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_impl

std::shared_ptr<MultiVectorImpl> Alien::RedistributedVector::m_impl
private

Definition at line 67 of file RedistributedVector.h.


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