GEOSX
geosx::BlockVectorView< VECTOR > Member List

This is the complete list of members for geosx::BlockVectorView< VECTOR >, including all inherited members.

axpby(real64 const alpha, BlockVectorView const &x, real64 const beta)geosx::BlockVectorView< VECTOR >
axpy(real64 const alpha, BlockVectorView const &x)geosx::BlockVectorView< VECTOR >
block(localIndex const blockIndex) constgeosx::BlockVectorView< VECTOR >inline
block(localIndex const blockIndex)geosx::BlockVectorView< VECTOR >inline
blockSize() constgeosx::BlockVectorView< VECTOR >
BlockVectorView(localIndex const nBlocks)geosx::BlockVectorView< VECTOR >inlineexplicitprotected
BlockVectorView(BlockVectorView const &)=defaultgeosx::BlockVectorView< VECTOR >protected
BlockVectorView(BlockVectorView &&)=defaultgeosx::BlockVectorView< VECTOR >protected
copy(BlockVectorView const &src)geosx::BlockVectorView< VECTOR >
dot(BlockVectorView const &x) constgeosx::BlockVectorView< VECTOR >
globalSize() constgeosx::BlockVectorView< VECTOR >
localSize() constgeosx::BlockVectorView< VECTOR >
norm2() constgeosx::BlockVectorView< VECTOR >
normInf() constgeosx::BlockVectorView< VECTOR >
operator()(localIndex const blockIndex) constgeosx::BlockVectorView< VECTOR >inline
operator()(localIndex const blockIndex)geosx::BlockVectorView< VECTOR >inline
operator=(BlockVectorView const &rhs)=deletegeosx::BlockVectorView< VECTOR >
operator=(BlockVectorView &&rhs) noexcept=deletegeosx::BlockVectorView< VECTOR >
print(std::ostream &os=std::cout) constgeosx::BlockVectorView< VECTOR >
rand(unsigned const seed=1984)geosx::BlockVectorView< VECTOR >
resize(localIndex const size)geosx::BlockVectorView< VECTOR >inlineprotected
scale(real64 const factor)geosx::BlockVectorView< VECTOR >
setPointer(localIndex i, VECTOR *vec)geosx::BlockVectorView< VECTOR >inlineprotected
Vector typedefgeosx::BlockVectorView< VECTOR >
zero()geosx::BlockVectorView< VECTOR >
~BlockVectorView()=defaultgeosx::BlockVectorView< VECTOR >virtual