![]() |
PETScWrappers
.These classes are only available if a PETSc 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 PETScWrappers::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 PETScWrappers::MPI::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 PETScWrappers::MPI::Vector::swap().
Referenced by PETScWrappers::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 PETScWrappers::Vector::swap().
Referenced by PETScWrappers::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 PETScWrappers::VectorBase::swap().