deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
Classes | |
class | BlockSparseMatrix |
class | BlockVector |
class | SparseMatrix |
class | Vector |
Typedefs | |
using | size_type = types::global_dof_index |
Functions | |
void | swap (BlockVector &u, BlockVector &v) noexcept |
void | swap (Vector &u, Vector &v) noexcept |
Namespace for PETSc classes that work in parallel over MPI, such as distributed vectors and matrices.
using PETScWrappers::MPI::size_type = typedef types::global_dof_index |
Definition at line 35 of file petsc_parallel_block_vector.cc.
|
inlinenoexcept |
Global function which overloads the default implementation of the C++ standard library which uses a temporary object. The function simply exchanges the data of the two vectors.
Definition at line 668 of file petsc_block_vector.h.
Global function swap
which overloads the default implementation of the C++ standard library which uses a temporary object. The function simply exchanges the data of the two vectors.
Definition at line 449 of file petsc_vector.h.