![]() |
TrilinosWrappers
.These classes are only available if a Trilinos installation was detected during configuration of deal.II. Refer to the README file for more details about this.
void swap | ( | BlockVector & | u, | |
BlockVector & | v | |||
) | [related, inherited] |
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.
References TrilinosWrappers::MPI::BlockVector::swap().
void swap | ( | BlockVector & | u, | |
BlockVector & | v | |||
) | [related, inherited] |
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.
References TrilinosWrappers::BlockVector::swap().
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.
References TrilinosWrappers::MPI::Vector::swap().
Referenced by TrilinosWrappers::MPI::Vector::swap().
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.
References TrilinosWrappers::Vector::swap().
Referenced by TrilinosWrappers::Vector::swap().
void swap | ( | VectorBase & | u, | |
VectorBase & | v | |||
) | [related, inherited] |
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.
References TrilinosWrappers::VectorBase::swap().