Thyra
Version of the Day
|
Create an explicit detached mutable (non-const) view of all of the local elements on this process of an VectorBase
object.
More...
#include <Thyra_DetachedSpmdVectorView.hpp>
Public Member Functions | |
DetachedSpmdVectorView (const Teuchos::RCP< VectorBase< Scalar > > &v) | |
~DetachedSpmdVectorView () | |
const RCP< const SpmdVectorSpaceBase< Scalar > > | spmdSpace () const |
const RTOpPack::SubVectorView < Scalar > & | sv () const |
Teuchos_Ordinal | globalOffset () const |
Teuchos_Ordinal | subDim () const |
const ArrayRCP< const Scalar > | values () const |
ptrdiff_t | stride () const |
Scalar & | operator[] (Teuchos_Ordinal i) const |
Scalar & | operator() (Teuchos_Ordinal i) const |
Create an explicit detached mutable (non-const) view of all of the local elements on this process of an VectorBase
object.
The default constructor, copy constructor and assignment operators are not allowed.
Definition at line 119 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 122 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 137 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 140 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 143 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 145 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 147 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 149 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 151 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 153 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 155 of file Thyra_DetachedSpmdVectorView.hpp.