![]() |
Reference documentation for deal.II version 9.2.0
|
#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/vector_operation.h>#include <deal.II/lac/vector_type_traits.h>#include <cstdio>#include <vector>Go to the source code of this file.
Namespaces | |
| internal | |
| internal::LinearOperatorImplementation | |
Functions | |
| template<typename Number > | |
| void | swap (BlockVector< Number > &u, BlockVector< Number > &v) |
|
inline |
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 491 of file block_vector.h.
1.8.13