![]() |
deal.II version GIT relicensing-3067-g24f3489fdc 2025-04-14 21:10:00+00:00
|
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/lac/block_indices.h>
#include <deal.II/lac/block_vector_base.h>
#include <deal.II/lac/la_parallel_vector.h>
#include <deal.II/lac/vector_operation.h>
#include <deal.II/lac/vector_type_traits.h>
#include <cstdio>
#include <vector>
Go to the source code of this file.
Classes | |
class | LinearAlgebra::distributed::BlockVector< Number, MemorySpace > |
struct | is_serial_vector< LinearAlgebra::distributed::BlockVector< Number, MemorySpace > > |
Namespaces | |
namespace | LinearAlgebra |
namespace | LinearAlgebra::distributed |
Functions | |
template<typename Number , typename MemorySpace > | |
void | swap (LinearAlgebra::distributed::BlockVector< Number, MemorySpace > &u, LinearAlgebra::distributed::BlockVector< Number, MemorySpace > &v) noexcept |
|
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 825 of file la_parallel_block_vector.h.