VectorSpaceBase that takes a collection of individual VectorSpaceBase objects distributed over many different processes and creates a single vector space.
More...
#include <Thyra_DefaultClusteredSpmdProductVectorSpaceDecl.hpp>
Inheritance diagram for Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >:
Constructors/Intializers/Accessors | |
| DefaultClusteredSpmdProductVectorSpace () | |
| | |
| DefaultClusteredSpmdProductVectorSpace (const Teuchos::RCP< const Teuchos::Comm< Index > > &intraClusterComm, const int clusterRootRank, const Teuchos::RCP< const Teuchos::Comm< Index > > &interClusterComm, const int numBlocks, const Teuchos::RCP< const VectorSpaceBase< Scalar > > vecSpaces[]) | |
| | |
| void | initialize (const Teuchos::RCP< const Teuchos::Comm< Index > > &intraClusterComm, const int clusterRootRank, const Teuchos::RCP< const Teuchos::Comm< Index > > &interClusterComm, const int numBlocks, const Teuchos::RCP< const VectorSpaceBase< Scalar > > vecSpaces[]) |
| Initalize. | |
| Teuchos::RCP< const Teuchos::Comm< Index > > | intraClusterComm () const |
| | |
| int | clusterRootRank () const |
| | |
| Teuchos::RCP< const Teuchos::Comm< Index > > | interClusterComm () const |
| | |
| int | clusterSubDim () const |
| int | clusterOffset () const |
Overridden form Teuchos::Describable | |
| std::string | description () const |
| | |
Public overridden from VectorSpaceBase | |
| Index | dim () const |
| | |
| bool | isCompatible (const VectorSpaceBase< Scalar > &vecSpc) const |
| | |
| Teuchos::RCP< const VectorSpaceFactoryBase< Scalar > > | smallVecSpcFcty () const |
| | |
| Scalar | scalarProd (const VectorBase< Scalar > &x, const VectorBase< Scalar > &y) const |
| | |
| void | scalarProds (const MultiVectorBase< Scalar > &X, const MultiVectorBase< Scalar > &Y, Scalar scalar_prods[]) const |
| | |
| bool | isEuclidean () const |
| | |
| bool | hasInCoreView (const Range1D &rng, const EViewType viewType, const EStrideType strideType) const |
| | |
| Teuchos::RCP< const VectorSpaceBase< Scalar > > | clone () const |
| | |
Protected overridden from ProductVectorSpaceBase | |
| int | numBlocks () const |
| | |
| Teuchos::RCP< const VectorSpaceBase< Scalar > > | getBlock (const int k) const |
| | |
Protected overridden from VectorSpaceBase | |
| Teuchos::RCP< VectorBase< Scalar > > | createMember () const |
| | |
| Teuchos::RCP< MultiVectorBase< Scalar > > | createMembers (int numMembers) const |
| | |
VectorSpaceBase that takes a collection of individual VectorSpaceBase objects distributed over many different processes and creates a single vector space.
What this class does is to take different vector space objects distributed over a set of different clusters of processes and then creates a single vector space object.
Let numClusters be the number of clusters that the processes in the global communicator are partitioned into. Each cluster of processes is represented by another communicator known in this process as intraClusterComm. The communicator that links the root of each cluster is called interClusterComm. All communication is performed with just these two communicators. There is no overall global communicator that encompasses all of the processes.
Within a cluster of processes, the number of constituent vector space objects must be the same. Let v[0]..v[numBlocks-1] be the numBlocks VectorBase objects for constituent vectors in this cluster of processes. There is no assumption make whatsoever about the natrue of the VectorSpaceBase objects or the [Multi]VectorBase objects that they create.
ToDo: Finish documentation!
The default copy constructor and assign operator are allowed and they work correctly and perform shallow copies of the constituent vector spaces!
Definition at line 69 of file Thyra_DefaultClusteredSpmdProductVectorSpaceDecl.hpp.
| Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::DefaultClusteredSpmdProductVectorSpace | ( | ) |
| Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::DefaultClusteredSpmdProductVectorSpace | ( | const Teuchos::RCP< const Teuchos::Comm< Index > > & | intraClusterComm, | |
| const int | clusterRootRank, | |||
| const Teuchos::RCP< const Teuchos::Comm< Index > > & | interClusterComm, | |||
| const int | numBlocks, | |||
| const Teuchos::RCP< const VectorSpaceBase< Scalar > > | vecSpaces[] | |||
| ) |
| void Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::initialize | ( | const Teuchos::RCP< const Teuchos::Comm< Index > > & | intraClusterComm, | |
| const int | clusterRootRank, | |||
| const Teuchos::RCP< const Teuchos::Comm< Index > > & | interClusterComm, | |||
| const int | numBlocks, | |||
| const Teuchos::RCP< const VectorSpaceBase< Scalar > > | vecSpaces[] | |||
| ) |
Initalize.
| intraClusterComm | [in] The communicator over just this cluster. | |
| clusterRootRank | [in] The rank of the root process in *interClusterComm for this cluster of processes. This is also the process that in included in *interClusterComm (which has a different rank ther obviously). | |
| interClusterComm | [in] Defines the communicator between the root processes of all of the clusters. For the root process of each cluster *interClusterComm!=Spmd_COMM_NULL, otherwise interClusterComm==Teuchosnull or *interClusterComm==Spmd_COMM_NULL. | |
| numBlocks | [in] Number of vector space blocks for this cluster of processes. | |
| vecSpaces | [in] Array (length numBlocks) of the vector spaces for this cluster of processes. |
Definition at line 63 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Teuchos::RCP< const Teuchos::Comm< Index > > Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::intraClusterComm | ( | ) | const |
| int Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::clusterRootRank | ( | ) | const |
| Teuchos::RCP< const Teuchos::Comm< Index > > Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::interClusterComm | ( | ) | const |
| int Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::clusterSubDim | ( | ) | const |
The some of the dimensions of the block vector spaces in this cluster.
Definition at line 240 of file Thyra_DefaultClusteredSpmdProductVectorSpaceDecl.hpp.
| int Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::clusterOffset | ( | ) | const |
The offset of the first element in the first constituent vector in this cluster in the w.r.t. the global vector.
Definition at line 246 of file Thyra_DefaultClusteredSpmdProductVectorSpaceDecl.hpp.
| std::string Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::description | ( | ) | const [virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 113 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Index Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::dim | ( | ) | const [virtual] |
Implements Thyra::VectorSpaceBase< Scalar >.
Definition at line 127 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| bool Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::isCompatible | ( | const VectorSpaceBase< Scalar > & | vecSpc | ) | const [virtual] |
Implements Thyra::VectorSpaceBase< Scalar >.
Definition at line 133 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Teuchos::RCP< const VectorSpaceFactoryBase< Scalar > > Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::smallVecSpcFcty | ( | ) | const [virtual] |
Implements Thyra::VectorSpaceBase< Scalar >.
Definition at line 147 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Scalar Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::scalarProd | ( | const VectorBase< Scalar > & | x, | |
| const VectorBase< Scalar > & | y | |||
| ) | const [virtual] |
Implements Thyra::VectorSpaceBase< Scalar >.
Definition at line 155 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| void Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::scalarProds | ( | const MultiVectorBase< Scalar > & | X, | |
| const MultiVectorBase< Scalar > & | Y, | |||
| Scalar | scalar_prods[] | |||
| ) | const [virtual] |
Implements Thyra::VectorSpaceBase< Scalar >.
Definition at line 165 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| bool Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::isEuclidean | ( | ) | const [virtual] |
Reimplemented from Thyra::VectorSpaceBase< Scalar >.
Definition at line 186 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| bool Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::hasInCoreView | ( | const Range1D & | rng, | |
| const EViewType | viewType, | |||
| const EStrideType | strideType | |||
| ) | const [virtual] |
Reimplemented from Thyra::VectorSpaceBase< Scalar >.
Definition at line 192 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Teuchos::RCP< const VectorSpaceBase< Scalar > > Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::clone | ( | ) | const [virtual] |
Reimplemented from Thyra::VectorSpaceBase< Scalar >.
Definition at line 201 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| int Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::numBlocks | ( | ) | const [virtual] |
Implements Thyra::ProductVectorSpaceBase< Scalar >.
Definition at line 209 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Teuchos::RCP< const VectorSpaceBase< Scalar > > Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::getBlock | ( | const int | k | ) | const [virtual] |
Implements Thyra::ProductVectorSpaceBase< Scalar >.
Definition at line 216 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Teuchos::RCP< VectorBase< Scalar > > Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::createMember | ( | ) | const [protected, virtual] |
Implements Thyra::VectorSpaceBase< Scalar >.
Definition at line 227 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
| Teuchos::RCP< MultiVectorBase< Scalar > > Thyra::DefaultClusteredSpmdProductVectorSpace< Scalar >::createMembers | ( | int | numMembers | ) | const [protected, virtual] |
Reimplemented from Thyra::VectorSpaceDefaultBase< Scalar >.
Definition at line 235 of file Thyra_DefaultClusteredSpmdProductVectorSpace.hpp.
1.4.7