Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07: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
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 44 of file vector_tools_evaluate.h.