Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.0
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
TrilinosWrappers::MPI Namespace Reference

Classes

class  BlockVector
 
class  Vector
 

Functions

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

Detailed Description

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

Function Documentation

◆ swap() [1/2]

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

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 447 of file trilinos_parallel_block_vector.h.

◆ swap() [2/2]

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

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.

Definition at line 1422 of file trilinos_vector.h.