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

Classes

class  BlockSparseMatrix
 
class  BlockVector
 
class  SparseMatrix
 
class  Vector
 

Functions

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

Detailed Description

Namespace for PETSc classes that work in parallel over MPI, such as distributed vectors and matrices.

Author
Wolfgang Bangerth, 2004

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
Wolfgang Bangerth, 2000

Definition at line 501 of file petsc_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
Wolfgang Bangerth, 2004

Definition at line 433 of file petsc_vector.h.