GEOSX
|
This is the complete list of members for geosx::VectorBase< VECTOR >, including all inherited members.
add(globalIndex const globalRow, real64 const value)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
add(globalIndex const *globalIndices, real64 const *values, localIndex const size)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
add(arraySlice1d< globalIndex const > const &globalIndices, arraySlice1d< real64 const > const &values)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
axpby(real64 const alpha, Vector const &x, real64 const beta)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
axpy(real64 const alpha, Vector const &x)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
close()=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
closed() const | geosx::VectorBase< VECTOR > | inlineprotected |
copy(Vector const &x)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
create(arrayView1d< real64 const > const &localValues, MPI_Comm const &comm)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
created() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
createWithGlobalSize(globalIndex const globalSize, MPI_Comm const &comm)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
createWithLocalSize(localIndex const localSize, MPI_Comm const &comm)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
dot(Vector const &vec) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
extract(arrayView1d< real64 > const &localVector) const | geosx::VectorBase< VECTOR > | inlineprotectedvirtual |
extractLocalVector() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
extractLocalVector()=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
get(globalIndex globalRow) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
get(arraySlice1d< globalIndex const > const &globalIndices, arraySlice1d< real64 > const &values) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
getComm() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
getGlobalRowID(localIndex const localRow) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
getLocalRowID(globalIndex const globalRow) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
globalSize() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
ilower() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
iupper() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
localSize() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
m_closed | geosx::VectorBase< VECTOR > | protected |
norm1() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
norm2() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
normInf() const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
open()=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
operator<<(std::ostream &os, Vector const &vec) | geosx::VectorBase< VECTOR > | friend |
operator=(VectorBase const &)=default | geosx::VectorBase< VECTOR > | protected |
operator=(VectorBase &&)=default | geosx::VectorBase< VECTOR > | protected |
pointwiseProduct(Vector const &x, Vector &y) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
print(std::ostream &os=std::cout) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
rand(unsigned const seed=1984)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
ready() const | geosx::VectorBase< VECTOR > | inlineprotected |
reciprocal()=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
reset() | geosx::VectorBase< VECTOR > | inlineprotectedvirtual |
scale(real64 const scalingFactor)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
set(globalIndex const globalRow, real64 const value)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
set(globalIndex const *globalIndices, real64 const *values, localIndex const size)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
set(arraySlice1d< globalIndex const > const &globalIndices, arraySlice1d< real64 const > const &values)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
set(real64 const value)=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
Vector typedef | geosx::VectorBase< VECTOR > | protected |
VectorBase() | geosx::VectorBase< VECTOR > | inlineprotected |
VectorBase(VectorBase const &)=default | geosx::VectorBase< VECTOR > | protected |
VectorBase(VectorBase &&)=default | geosx::VectorBase< VECTOR > | protected |
write(string const &filename, LAIOutputFormat const format=LAIOutputFormat::MATRIX_MARKET) const =0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
zero()=0 | geosx::VectorBase< VECTOR > | protectedpure virtual |
~VectorBase()=default | geosx::VectorBase< VECTOR > | protected |