![]() |
deal.II version 9.7.0
|
Classes | |
| class | BlockVector |
| class | Vector |
Functions | |
| void | swap (BlockVector &u, BlockVector &v) noexcept |
| void | swap (Vector &u, Vector &v) noexcept |
| void | swap (BlockVector &u, BlockVector &v) noexcept |
| void | swap (Vector &u, Vector &v) noexcept |
Namespace for Trilinos vector classes that work in parallel over MPI.
|
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 449 of file trilinos_parallel_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 1423 of file trilinos_vector.h.