![]() |
Reference documentation for deal.II version GIT 2896a7e638 2023-05-31 13:10:02+00:00
|
#include <deal.II/lac/vector_operation.h>
Public Types | |
enum | values { unknown , insert , add , min , max } |
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 39 of file vector_operation.h.
Definition at line 41 of file vector_operation.h.