10 #ifndef THYRA_SPMD_VECTOR_SPACE_FACTORY_STD_DECL_HPP
11 #define THYRA_SPMD_VECTOR_SPACE_FACTORY_STD_DECL_HPP
13 #include "Thyra_VectorSpaceFactoryBase.hpp"
15 namespace Teuchos {
template<
typename Ordinal>
class Comm; }
34 template<
class Scalar>
90 template<
class Scalar>
104 template<
class Scalar>
114 #endif // THYRA_SPMD_VECTOR_SPACE_FACTORY_STD_DECL_HPP
Teuchos::RCP< const Teuchos::Comm< Ordinal > > getComm() const
Return the Spmd communicator.
Teuchos::RCP< const VectorSpaceBase< Scalar > > createVecSpc(int dim) const
Create a new locally-replicated DefaultSpmdVectorSpace object given its dimension! ...
Abstract interface for objects that can create vector spaces of a specified dimension.
DefaultSpmdVectorSpaceFactory(const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm=Teuchos::null)
Depreciated .
Concrete implementation of a vector-space factory for a locally-replicated distributed DefaultSpmdVec...
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
RCP< DefaultSpmdVectorSpaceFactory< Scalar > > defaultSpmdVectorSpaceFactory(const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm=Teuchos::null)
Construct with a Teuchos::Comm object.