![]() |
Reference documentation for deal.II version 9.1.1
|
Classes | |
| class | BlockSparseMatrix |
| class | BlockVector |
| class | SparseMatrix |
| class | Vector |
Functions | |
| void | swap (BlockVector &u, BlockVector &v) |
| void | swap (Vector &u, Vector &v) |
Namespace for PETSc classes that work in parallel over MPI, such as distributed vectors and matrices.
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 438 of file petsc_vector.h.
1.8.16