| abs(const Vector &x) | AMP::LinearAlgebra::Vector | |
| add(const Vector &x, const Vector &y) | AMP::LinearAlgebra::Vector | |
| addGhostValuesByGlobalID(int num, const size_t *indices, const TYPE *vals) | AMP::LinearAlgebra::Vector | inline |
| addScalar(const Vector &x, const Scalar &alpha) | AMP::LinearAlgebra::Vector | |
| addValuesByGlobalID(int num, const size_t *indices, const TYPE *vals) | AMP::LinearAlgebra::Vector | inline |
| addValuesByLocalID(int num, size_t *indices, const TYPE *vals) | AMP::LinearAlgebra::Vector | inline |
| axpby(const Scalar &alpha, const Scalar &beta, const Vector &x) | AMP::LinearAlgebra::Vector | |
| axpy(const Scalar &alpha, const Vector &x, const Vector &y) | AMP::LinearAlgebra::Vector | |
| begin() | AMP::LinearAlgebra::Vector | inline |
| begin() const | AMP::LinearAlgebra::Vector | inline |
| clone() const | AMP::LinearAlgebra::Vector | |
| clone(const std::string &name) const | AMP::LinearAlgebra::Vector | |
| clone(const std::shared_ptr< Variable > name) const | AMP::LinearAlgebra::Vector | |
| cloneData() const | AMP::LinearAlgebra::Vector | inline |
| const_shared_ptr typedef | AMP::LinearAlgebra::Vector | |
| constBegin() const | AMP::LinearAlgebra::Vector | inline |
| constEnd() const | AMP::LinearAlgebra::Vector | inline |
| containsGlobalElement(size_t id) | AMP::LinearAlgebra::Vector | inline |
| copy(const Vector &x) | AMP::LinearAlgebra::Vector | |
| copyCast(std::shared_ptr< const Vector > x) | AMP::LinearAlgebra::Vector | |
| copyVector(std::shared_ptr< const Vector > x) | AMP::LinearAlgebra::Vector | inlinevirtual |
| d_DOFManager | AMP::LinearAlgebra::Vector | protected |
| d_units | AMP::LinearAlgebra::Vector | protected |
| d_Variable | AMP::LinearAlgebra::Vector | protected |
| d_VectorData | AMP::LinearAlgebra::Vector | protected |
| d_VectorOps | AMP::LinearAlgebra::Vector | protected |
| d_Views | AMP::LinearAlgebra::Vector | protected |
| dataChanged() | AMP::LinearAlgebra::Vector | inline |
| divide(const Vector &x, const Vector &y) | AMP::LinearAlgebra::Vector | |
| dot(const Vector &x) const | AMP::LinearAlgebra::Vector | |
| dumpGhostedData(std::ostream &out, size_t offset=0) const | AMP::LinearAlgebra::Vector | inline |
| dumpOwnedData(std::ostream &out, size_t GIDoffset=0, size_t LIDoffset=0) const | AMP::LinearAlgebra::Vector | inline |
| end() | AMP::LinearAlgebra::Vector | inline |
| end() const | AMP::LinearAlgebra::Vector | inline |
| equals(const Vector &x, const Scalar &tol=1e-6) const | AMP::LinearAlgebra::Vector | |
| getComm() const | AMP::LinearAlgebra::Vector | inline |
| getCommunicationList() const | AMP::LinearAlgebra::Vector | inline |
| getDataID() const | AMP::LinearAlgebra::Vector | inline |
| getDOFManager() const | AMP::LinearAlgebra::Vector | inline |
| getGhostSize() const | AMP::LinearAlgebra::Vector | inline |
| getGhostValueByGlobalID(size_t i) const | AMP::LinearAlgebra::Vector | |
| getGhostValuesByGlobalID(int num, const size_t *indices, TYPE *vals) const | AMP::LinearAlgebra::Vector | inline |
| getGlobalSize() const | AMP::LinearAlgebra::Vector | inline |
| getID() const | AMP::LinearAlgebra::Vector | |
| getLocalSize() const | AMP::LinearAlgebra::Vector | inline |
| getLocalStartID() const | AMP::LinearAlgebra::Vector | inline |
| getLocalValueByGlobalID(size_t i) const | AMP::LinearAlgebra::Vector | |
| getMemoryLocation() const | AMP::LinearAlgebra::Vector | inline |
| getName() const | AMP::LinearAlgebra::Vector | |
| getNumberOfComponents() const | AMP::LinearAlgebra::Vector | |
| getRawData(TYPE *buf) const | AMP::LinearAlgebra::Vector | inline |
| getRawDataBlock(size_t i=0) | AMP::LinearAlgebra::Vector | inline |
| getRawDataBlock(size_t i=0) const | AMP::LinearAlgebra::Vector | inline |
| getRawDataBlockAsVoid(size_t i) | AMP::LinearAlgebra::Vector | inline |
| getRawDataBlockAsVoid(size_t i) const | AMP::LinearAlgebra::Vector | inline |
| getUnits() const | AMP::LinearAlgebra::Vector | inline |
| getUpdateStatus() const | AMP::LinearAlgebra::Vector | inline |
| getValueByGlobalID(size_t i) const | AMP::LinearAlgebra::Vector | |
| getValueByLocalID(size_t i) const | AMP::LinearAlgebra::Vector | |
| getValuesByGlobalID(int num, const size_t *indices, TYPE *vals) const | AMP::LinearAlgebra::Vector | inline |
| getValuesByLocalID(int num, const size_t *indices, TYPE *vals) const | AMP::LinearAlgebra::Vector | inline |
| getVariable() const | AMP::LinearAlgebra::Vector | |
| getVariable() | AMP::LinearAlgebra::Vector | |
| getVectorData() | AMP::LinearAlgebra::Vector | inline |
| getVectorData() const | AMP::LinearAlgebra::Vector | inline |
| getVectorOperations() | AMP::LinearAlgebra::Vector | inline |
| getVectorOperations() const | AMP::LinearAlgebra::Vector | inline |
| getView() const | AMP::LinearAlgebra::Vector | |
| hasComm() const | AMP::LinearAlgebra::Vector | inline |
| hasView() const | AMP::LinearAlgebra::Vector | |
| isType(size_t block) const | AMP::LinearAlgebra::Vector | inline |
| L1Norm() const | AMP::LinearAlgebra::Vector | |
| L2Norm() const | AMP::LinearAlgebra::Vector | |
| L2NormAndDot(const Vector &x) const | AMP::LinearAlgebra::Vector | |
| linearSum(const Scalar &alpha, const Vector &x, const Scalar &beta, const Vector &y) | AMP::LinearAlgebra::Vector | |
| makeConsistent() | AMP::LinearAlgebra::Vector | inline |
| makeConsistent(AMP::LinearAlgebra::ScatterType t) | AMP::LinearAlgebra::Vector | inline |
| max() const | AMP::LinearAlgebra::Vector | |
| maxNorm() const | AMP::LinearAlgebra::Vector | |
| mean() const | AMP::LinearAlgebra::Vector | |
| min() const | AMP::LinearAlgebra::Vector | |
| minQuotient(const Vector &x) const | AMP::LinearAlgebra::Vector | |
| multiply(const Vector &x, const Vector &y) | AMP::LinearAlgebra::Vector | |
| numberOfDataBlocks() const | AMP::LinearAlgebra::Vector | inline |
| operator=(const Vector &)=delete | AMP::LinearAlgebra::Vector | |
| putRawData(const TYPE *buf) | AMP::LinearAlgebra::Vector | inline |
| rawClone() const | AMP::LinearAlgebra::Vector | virtual |
| reciprocal(const Vector &x) | AMP::LinearAlgebra::Vector | |
| registerChildObjects(AMP::IO::RestartManager *manager) const | AMP::LinearAlgebra::Vector | virtual |
| registerView(std::shared_ptr< VIEW_TYPE > v) const | AMP::LinearAlgebra::Vector | |
| rename(const std::string &src, const std::string &dst) | AMP::LinearAlgebra::Vector | virtual |
| reset() | AMP::LinearAlgebra::Vector | virtual |
| scale(const Scalar &alpha, const Vector &x) | AMP::LinearAlgebra::Vector | |
| scale(const Scalar &alpha) | AMP::LinearAlgebra::Vector | |
| select(const VectorSelector &criterion) | AMP::LinearAlgebra::Vector | |
| select(const VectorSelector &criterion) const | AMP::LinearAlgebra::Vector | |
| selectInto(const VectorSelector &criterion) | AMP::LinearAlgebra::Vector | virtual |
| selectInto(const VectorSelector &criterion) const | AMP::LinearAlgebra::Vector | virtual |
| setCommunicationList(std::shared_ptr< CommunicationList > comm) | AMP::LinearAlgebra::Vector | inline |
| setGhostValuesByGlobalID(int num, const size_t *indices, const TYPE *vals) | AMP::LinearAlgebra::Vector | inline |
| setMax(const Scalar &val) | AMP::LinearAlgebra::Vector | |
| setMin(const Scalar &val) | AMP::LinearAlgebra::Vector | |
| setName(const std::string &name) | AMP::LinearAlgebra::Vector | |
| setNoGhosts() | AMP::LinearAlgebra::Vector | inline |
| setRandomValues() | AMP::LinearAlgebra::Vector | |
| setToScalar(const Scalar &alpha) | AMP::LinearAlgebra::Vector | |
| setUnits(AMP::Units) | AMP::LinearAlgebra::Vector | virtual |
| setUpdateStatus(AMP::LinearAlgebra::UpdateState state) | AMP::LinearAlgebra::Vector | inline |
| setValueByGlobalID(size_t i, TYPE v) | AMP::LinearAlgebra::Vector | |
| setValuesByGlobalID(int num, const size_t *indices, const TYPE *vals) | AMP::LinearAlgebra::Vector | inline |
| setValuesByLocalID(int num, size_t *indices, const TYPE *vals) | AMP::LinearAlgebra::Vector | inline |
| setVariable(const std::shared_ptr< Variable > name) | AMP::LinearAlgebra::Vector | |
| shared_from_this() | AMP::enable_shared_from_this< Vector > | inline |
| shared_from_this() const | AMP::enable_shared_from_this< Vector > | inline |
| shared_ptr typedef | AMP::LinearAlgebra::Vector | |
| sizeOfDataBlock(size_t i=0) const | AMP::LinearAlgebra::Vector | inline |
| sizeofDataBlockType(size_t i) const | AMP::LinearAlgebra::Vector | inline |
| subsetVectorForComponent(size_t index) | AMP::LinearAlgebra::Vector | |
| subsetVectorForComponent(size_t index) const | AMP::LinearAlgebra::Vector | |
| subsetVectorForVariable(const std::string &name) | AMP::LinearAlgebra::Vector | |
| subsetVectorForVariable(const std::string &name) const | AMP::LinearAlgebra::Vector | |
| subsetVectorForVariable(std::shared_ptr< const Variable > var) | AMP::LinearAlgebra::Vector | |
| subsetVectorForVariable(std::shared_ptr< const Variable > var) const | AMP::LinearAlgebra::Vector | |
| subtract(const Vector &x, const Vector &y) | AMP::LinearAlgebra::Vector | |
| sum() const | AMP::LinearAlgebra::Vector | |
| swapData(VectorData &rhs) | AMP::LinearAlgebra::Vector | inline |
| swapVectors(Vector &other) | AMP::LinearAlgebra::Vector | virtual |
| swapVectors(Vector::shared_ptr other) | AMP::LinearAlgebra::Vector | |
| type() const | AMP::LinearAlgebra::Vector | virtual |
| Vector() | AMP::LinearAlgebra::Vector | |
| Vector(const std::string &name) | AMP::LinearAlgebra::Vector | explicit |
| Vector(std::shared_ptr< VectorData > data, std::shared_ptr< VectorOperations > ops, std::shared_ptr< Variable > var, std::shared_ptr< AMP::Discretization::DOFManager > DOFManager) | AMP::LinearAlgebra::Vector | |
| Vector(const Vector &)=delete | AMP::LinearAlgebra::Vector | |
| Vector(int64_t fid, AMP::IO::RestartManager *manager) | AMP::LinearAlgebra::Vector | |
| VectorDataName() const | AMP::LinearAlgebra::Vector | inline |
| weak_ptr_ | AMP::enable_shared_from_this< Vector > | mutableprotected |
| writeRestart(int64_t fid) const | AMP::LinearAlgebra::Vector | virtual |
| wrmsNorm(const Vector &x, const Vector &y) const | AMP::LinearAlgebra::Vector | |
| wrmsNormMask(const Vector &x, const Vector &mask, const Vector &y) const | AMP::LinearAlgebra::Vector | |
| zero() | AMP::LinearAlgebra::Vector | |
| ~enable_shared_from_this()=default | AMP::enable_shared_from_this< Vector > | virtual |
| ~Vector() | AMP::LinearAlgebra::Vector | virtual |