| _log | precice::utils::petsc::Vector | privatestatic |
| allocate(const std::string &name="") | precice::utils::petsc::Vector | static |
| allocate(Vector &other, const std::string &name="") | precice::utils::petsc::Vector | static |
| allocate(Vec &other, const std::string &name="") | precice::utils::petsc::Vector | static |
| allocate(Matrix &m, const std::string &name="", LEFTRIGHT type=LEFT) | precice::utils::petsc::Vector | static |
| allocate(Mat &m, const std::string &name="", LEFTRIGHT type=LEFT) | precice::utils::petsc::Vector | static |
| arange(double start, double stop) | precice::utils::petsc::Vector | |
| assemble() | precice::utils::petsc::Vector | |
| copyFrom(precice::span< const double > source) | precice::utils::petsc::Vector | |
| copyTo(precice::span< double > destination) | precice::utils::petsc::Vector | |
| fillWithRandoms() | precice::utils::petsc::Vector | |
| getLocalSize() const | precice::utils::petsc::Vector | |
| getSize() const | precice::utils::petsc::Vector | |
| init(PetscInt rows) | precice::utils::petsc::Vector | |
| l2norm() const | precice::utils::petsc::Vector | |
| LEFT enum value | precice::utils::petsc::Vector | |
| LEFTRIGHT enum name | precice::utils::petsc::Vector | |
| operator Vec &() | precice::utils::petsc::Vector | |
| operator=(const Vector &other) | precice::utils::petsc::Vector | |
| operator=(Vector &&other) noexcept | precice::utils::petsc::Vector | |
| ownerRange() const | precice::utils::petsc::Vector | |
| read(const std::string &filename, VIEWERFORMAT format=ASCII) | precice::utils::petsc::Vector | |
| RIGHT enum value | precice::utils::petsc::Vector | |
| setValue(PetscInt row, PetscScalar value) | precice::utils::petsc::Vector | |
| sort() | precice::utils::petsc::Vector | |
| swap(Vector &other) noexcept | precice::utils::petsc::Vector | |
| Vector(const std::string &name="") | precice::utils::petsc::Vector | explicit |
| Vector(const Vector &other) | precice::utils::petsc::Vector | |
| Vector(Vector &&other) noexcept | precice::utils::petsc::Vector | |
| Vector(Vec &other, const std::string &name="") | precice::utils::petsc::Vector | |
| vector | precice::utils::petsc::Vector | |
| view() const | precice::utils::petsc::Vector | |
| write(const std::string &filename, VIEWERFORMAT format=ASCII) const | precice::utils::petsc::Vector | |
| ~Vector() | precice::utils::petsc::Vector | |