Reference documentation for deal.II version 9.5.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\}}\)
Loading...
Searching...
No Matches
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() and point_gradients().

Enumeration Type Documentation

◆ EvaluationFlags

Flags for point_values() and point_gradients().

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 45 of file vector_tools_evaluate.h.