| add(const std::vector< size_type > &indices, const std::vector< Number > &values) | BlockVectorBase< Vector > | |
| add(const std::vector< size_type > &indices, const Vector< Number > &values) | BlockVectorBase< Vector > | |
| add(const size_type n_elements, const size_type *indices, const Number *values) | BlockVectorBase< Vector > | |
| add(const value_type s) | BlockVectorBase< Vector > | |
| add(const value_type a, const BlockVectorBase &V) | BlockVectorBase< Vector > | |
| add(const value_type a, const BlockVectorBase &V, const value_type b, const BlockVectorBase &W) | BlockVectorBase< Vector > | |
| add_and_dot(const value_type a, const BlockVectorBase &V, const BlockVectorBase &W) | BlockVectorBase< Vector > | |
| all_zero() const | BlockVectorBase< Vector > | |
| BaseClass typedef | PETScWrappers::MPI::BlockVector | |
| begin() | BlockVectorBase< Vector > | |
| begin() const | BlockVectorBase< Vector > | |
| block(const unsigned int i) | BlockVectorBase< Vector > | |
| block(const unsigned int i) const | BlockVectorBase< Vector > | |
| block_indices | BlockVectorBase< Vector > | protected |
| BlockType typedef | PETScWrappers::MPI::BlockVector | |
| BlockVector() | PETScWrappers::MPI::BlockVector | inline |
| BlockVector(const unsigned int n_blocks, const MPI_Comm communicator, const size_type block_size, const size_type locally_owned_size) | PETScWrappers::MPI::BlockVector | inlineexplicit |
| BlockVector(const BlockVector &V) | PETScWrappers::MPI::BlockVector | inline |
| BlockVector(const std::vector< size_type > &block_sizes, const MPI_Comm communicator, const std::vector< size_type > &local_elements) | PETScWrappers::MPI::BlockVector | inline |
| BlockVector(const std::vector< IndexSet > ¶llel_partitioning, const MPI_Comm communicator=MPI_COMM_WORLD) | PETScWrappers::MPI::BlockVector | inlineexplicit |
| BlockVector(const std::vector< IndexSet > ¶llel_partitioning, const std::vector< IndexSet > &ghost_indices, const MPI_Comm communicator) | PETScWrappers::MPI::BlockVector | inline |
| BlockVector(Vec v) | PETScWrappers::MPI::BlockVector | inlineexplicit |
| BlockVector(const std::array< Vec, num_blocks > &) | PETScWrappers::MPI::BlockVector | inlineexplicit |
| BlockVectorBase()=default | BlockVectorBase< Vector > | |
| BlockVectorBase(const BlockVectorBase &)=default | BlockVectorBase< Vector > | |
| BlockVectorBase(BlockVectorBase &&) noexcept=default | BlockVectorBase< Vector > | |
| check_no_subscribers() const noexcept | Subscriptor | private |
| collect_sizes() | PETScWrappers::MPI::BlockVector | |
| components | BlockVectorBase< Vector > | protected |
| compress(VectorOperation::values operation) | PETScWrappers::MPI::BlockVector | |
| const_iterator typedef | PETScWrappers::MPI::BlockVector | |
| const_pointer typedef | PETScWrappers::MPI::BlockVector | |
| const_reference typedef | PETScWrappers::MPI::BlockVector | |
| counter | Subscriptor | mutableprivate |
| counter_map | Subscriptor | mutableprivate |
| end() | BlockVectorBase< Vector > | |
| end() const | BlockVectorBase< Vector > | |
| equ(const value_type a, const BlockVector2 &V) | BlockVectorBase< Vector > | |
| ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
| ExcIteratorRangeDoesNotMatchVectorSize() | PETScWrappers::MPI::BlockVector | static |
| ExcNonMatchingBlockVectors() | PETScWrappers::MPI::BlockVector | static |
| ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
| extract_subvector_to(const std::vector< size_type > &indices, std::vector< OtherNumber > &values) const | BlockVectorBase< Vector > | |
| extract_subvector_to(ForwardIterator indices_begin, const ForwardIterator indices_end, OutputIterator values_begin) const | BlockVectorBase< Vector > | |
| get_block_indices() const | BlockVectorBase< Vector > | |
| get_mpi_communicator() const | PETScWrappers::MPI::BlockVector | inline |
| has_ghost_elements() const | PETScWrappers::MPI::BlockVector | inline |
| in_local_range(const size_type global_index) const | BlockVectorBase< Vector > | |
| is_non_negative() const | BlockVectorBase< Vector > | |
| iterator typedef | PETScWrappers::MPI::BlockVector | |
| l1_norm() const | BlockVectorBase< Vector > | |
| l2_norm() const | BlockVectorBase< Vector > | |
| linfty_norm() const | BlockVectorBase< Vector > | |
| list_subscribers(StreamType &stream) const | Subscriptor | inline |
| list_subscribers() const | Subscriptor | |
| locally_owned_elements() const | BlockVectorBase< Vector > | |
| locally_owned_size() const | BlockVectorBase< Vector > | |
| map_iterator typedef | Subscriptor | private |
| map_value_type typedef | Subscriptor | private |
| mean_value() const | BlockVectorBase< Vector > | |
| memory_consumption() const | BlockVectorBase< Vector > | |
| mutex | Subscriptor | privatestatic |
| n_blocks() const | BlockVectorBase< Vector > | |
| n_subscriptions() const | Subscriptor | inline |
| norm_sqr() const | BlockVectorBase< Vector > | |
| object_info | Subscriptor | mutableprivate |
| operator const Vec &() const | PETScWrappers::MPI::BlockVector | |
| operator()(const size_type i) const | BlockVectorBase< Vector > | |
| operator()(const size_type i) | BlockVectorBase< Vector > | |
| operator*(const BlockVectorBase &V) const | BlockVectorBase< Vector > | |
| operator*=(const value_type factor) | BlockVectorBase< Vector > | |
| operator+=(const BlockVectorBase &V) | BlockVectorBase< Vector > | |
| operator-=(const BlockVectorBase &V) | BlockVectorBase< Vector > | |
| operator/=(const value_type factor) | BlockVectorBase< Vector > | |
| operator=(const value_type s) | PETScWrappers::MPI::BlockVector | inline |
| operator=(const BlockVector &V) | PETScWrappers::MPI::BlockVector | inline |
| BlockVectorBase< Vector >::operator=(const value_type s) | BlockVectorBase< Vector > | |
| BlockVectorBase< Vector >::operator=(const BlockVectorBase &V) | BlockVectorBase< Vector > | |
| BlockVectorBase< Vector >::operator=(BlockVectorBase &&)=default | BlockVectorBase< Vector > | |
| BlockVectorBase< Vector >::operator=(const BlockVectorBase< VectorType2 > &V) | BlockVectorBase< Vector > | |
| BlockVectorBase< Vector >::operator=(const Vector &v) | BlockVectorBase< Vector > | |
| Subscriptor::operator=(const Subscriptor &) | Subscriptor | inline |
| Subscriptor::operator=(Subscriptor &&) noexcept | Subscriptor | |
| operator==(const BlockVectorBase< VectorType2 > &v) const | BlockVectorBase< Vector > | |
| operator[](const size_type i) const | BlockVectorBase< Vector > | |
| operator[](const size_type i) | BlockVectorBase< Vector > | |
| petsc_nest_vector | PETScWrappers::MPI::BlockVector | private |
| petsc_vector() | PETScWrappers::MPI::BlockVector | |
| pointer typedef | PETScWrappers::MPI::BlockVector | |
| print(std::ostream &out, const unsigned int precision=3, const bool scientific=true, const bool across=true) const | PETScWrappers::MPI::BlockVector | inline |
| real_type typedef | BlockVectorBase< Vector > | |
| reference typedef | PETScWrappers::MPI::BlockVector | |
| reinit(Vec v) | PETScWrappers::MPI::BlockVector | |
| reinit(const unsigned int n_blocks, const MPI_Comm communicator, const size_type block_size, const size_type locally_owned_size, const bool omit_zeroing_entries=false) | PETScWrappers::MPI::BlockVector | inline |
| reinit(const std::vector< size_type > &block_sizes, const MPI_Comm communicator, const std::vector< size_type > &locally_owned_sizes, const bool omit_zeroing_entries=false) | PETScWrappers::MPI::BlockVector | inline |
| reinit(const BlockVector &V, const bool omit_zeroing_entries=false) | PETScWrappers::MPI::BlockVector | inline |
| reinit(const std::vector< IndexSet > ¶llel_partitioning, const MPI_Comm communicator) | PETScWrappers::MPI::BlockVector | inline |
| reinit(const std::vector< IndexSet > ¶llel_partitioning, const std::vector< IndexSet > &ghost_entries, const MPI_Comm communicator) | PETScWrappers::MPI::BlockVector | inline |
| reinit(const std::vector< std::shared_ptr< const Utilities::MPI::Partitioner > > &partitioners, const bool make_ghosted=true) | PETScWrappers::MPI::BlockVector | inline |
| reinit(const unsigned int num_blocks) | PETScWrappers::MPI::BlockVector | |
| sadd(const value_type s, const BlockVectorBase &V) | BlockVectorBase< Vector > | |
| sadd(const value_type s, const value_type a, const BlockVectorBase &V) | BlockVectorBase< Vector > | |
| sadd(const value_type s, const value_type a, const BlockVectorBase &V, const value_type b, const BlockVectorBase &W) | BlockVectorBase< Vector > | |
| sadd(const value_type s, const value_type a, const BlockVectorBase &V, const value_type b, const BlockVectorBase &W, const value_type c, const BlockVectorBase &X) | BlockVectorBase< Vector > | |
| scale(const BlockVector2 &v) | BlockVectorBase< Vector > | |
| serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
| setup_nest_vec() | PETScWrappers::MPI::BlockVector | private |
| size() const | BlockVectorBase< Vector > | |
| size_type typedef | PETScWrappers::MPI::BlockVector | |
| subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
| Subscriptor() | Subscriptor | inline |
| Subscriptor(const Subscriptor &) | Subscriptor | inline |
| Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
| swap(BlockVector &v) | PETScWrappers::MPI::BlockVector | inline |
| swap(BlockVector &u, BlockVector &v) | PETScWrappers::MPI::BlockVector | related |
| unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
| update_ghost_values() const | BlockVectorBase< Vector > | |
| validity_pointers | Subscriptor | mutableprivate |
| value_type typedef | PETScWrappers::MPI::BlockVector | |
| ~BlockVector() override | PETScWrappers::MPI::BlockVector | |
| ~Subscriptor() | Subscriptor | virtual |