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 87 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 90 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 105 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 108 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 111 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 113 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 115 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 117 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 119 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 121 of file Thyra_DetachedSpmdVectorView.hpp.
|
inline |
Definition at line 123 of file Thyra_DetachedSpmdVectorView.hpp.