Reference documentation for deal.II version 9.1.0-pre
Classes | Functions
TrilinosWrappers::MPI Namespace Reference

Classes

class  BlockVector
 
class  Vector
 

Functions

void swap (BlockVector &u, BlockVector &v)
 
void swap (Vector &u, Vector &v)
 

Detailed Description

Namespace for Trilinos vector classes that work in parallel over MPI.

Author
Martin Kronbichler, Wolfgang Bangerth, Daniel Arndt, 2008, 2017

Function Documentation

void swap ( BlockVector u,
BlockVector 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.

Author
Martin Kronbichler, Wolfgang Bangerth, 2008

Definition at line 419 of file trilinos_parallel_block_vector.h.

void swap ( Vector u,
Vector v 
)
inline

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.

Author
Martin Kronbichler, Wolfgang Bangerth, 2008

Definition at line 1331 of file trilinos_vector.h.