Reference documentation for deal.II version 9.3.3
\(\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\}}\)
Enumerations
VectorTools::EvaluationFlags Namespace Reference

Enumerations

enum  EvaluationFlags { avg = 0 , max = 1 , min = 2 , insert = 3 }
 

Detailed Description

Namespace for the flags for point_values().

Enumeration Type Documentation

◆ EvaluationFlags

Flags for point_values().

Enumerator
avg 

Compute average.

max 

Compute maximum.

Note
Only available for scalar values.
min 

Compute minimum.

Note
Only available for scalar values.
insert 

Take any value.

Definition at line 42 of file vector_tools_evaluate.h.