Reference documentation for deal.II version GIT relicensing-136-gb80d0be4af 2024-03-18 08:20:02+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
Public Types | List of all members
VectorOperation Struct Reference

#include <deal.II/lac/vector_operation.h>

Public Types

enum  values {
  unknown , insert , add , min ,
  max
}
 

Detailed Description

This enum keeps track of the current operation in parallel linear algebra objects like Vectors and Matrices.

It is used in the various compress() functions. They also exist in serial codes for compatibility and are empty there.

See Compressing distributed objects for more information.

Definition at line 38 of file vector_operation.h.

Member Enumeration Documentation

◆ values

Enumerator
unknown 

The current operation is unknown.

insert 

The current operation is an insertion.

add 

The current operation is an addition.

min 

The current operation is a minimization.

max 

The current operation is a maximization.

Definition at line 40 of file vector_operation.h.


The documentation for this struct was generated from the following file: