42 #ifndef THYRA_SPMD_VECTOR_SPACE_FACTORY_STD_DECL_HPP
43 #define THYRA_SPMD_VECTOR_SPACE_FACTORY_STD_DECL_HPP
45 #include "Thyra_VectorSpaceFactoryBase.hpp"
47 namespace Teuchos {
template<
typename Ordinal>
class Comm; }
66 template<
class Scalar>
122 template<
class Scalar>
136 template<
class Scalar>
146 #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.