Reference documentation for deal.II version 9.6.0
|
This is the complete list of members for PETScWrappers::CommunicationPattern, including all inherited members.
clear() | PETScWrappers::CommunicationPattern | |
CommunicationPattern() | PETScWrappers::CommunicationPattern | |
do_reinit(const std::vector< PetscInt > &inidx, const std::vector< PetscInt > &inloc, const std::vector< PetscInt > &outidx, const std::vector< PetscInt > &outloc, const MPI_Comm communicator) | PETScWrappers::CommunicationPattern | protected |
export_to_ghosted_array(const ArrayView< const Number > &locally_owned_array, const ArrayView< Number > &ghost_array) const | PETScWrappers::CommunicationPattern | |
export_to_ghosted_array_finish(const ArrayView< const Number > &locally_owned_array, const ArrayView< Number > &ghost_array) const | PETScWrappers::CommunicationPattern | |
export_to_ghosted_array_start(const ArrayView< const Number > &locally_owned_array, const ArrayView< Number > &ghost_array) const | PETScWrappers::CommunicationPattern | |
get_mpi_communicator() const override | PETScWrappers::CommunicationPattern | virtual |
import_from_ghosted_array(const VectorOperation::values op, const ArrayView< const Number > &ghost_array, const ArrayView< Number > &locally_owned_array) const | PETScWrappers::CommunicationPattern | |
import_from_ghosted_array_finish(const VectorOperation::values op, const ArrayView< const Number > &ghost_array, const ArrayView< Number > &locally_owned_array) const | PETScWrappers::CommunicationPattern | |
import_from_ghosted_array_start(const VectorOperation::values op, const ArrayView< const Number > &ghost_array, const ArrayView< Number > &locally_owned_array) const | PETScWrappers::CommunicationPattern | |
operator const PetscSF &() const | PETScWrappers::CommunicationPattern | inline |
reinit(const IndexSet &locally_owned_indices, const IndexSet &ghost_indices, const MPI_Comm communicator) override | PETScWrappers::CommunicationPattern | virtual |
reinit(const std::vector< types::global_dof_index > &indices_locally_owned, const std::vector< types::global_dof_index > &indices_want, const MPI_Comm communicator) | PETScWrappers::CommunicationPattern | |
reinit(const types::global_dof_index local_size, const IndexSet &ghost_indices, const MPI_Comm communicator) | PETScWrappers::CommunicationPattern | |
sf | PETScWrappers::CommunicationPattern | protected |
~CommunicationPattern() override | PETScWrappers::CommunicationPattern | virtual |
~CommunicationPatternBase()=default | Utilities::MPI::CommunicationPatternBase | virtual |