deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
Enumerations | |
enum | EvaluationFlags { avg = 0 , max = 1 , min = 2 , insert = 3 } |
Namespace for the flags for point_values() and point_gradients().
Flags for point_values() and point_gradients().
Enumerator | |
---|---|
avg | Compute average. |
max | Compute maximum.
|
min | Compute minimum.
|
insert | Take any value. |
Definition at line 44 of file vector_tools_evaluate.h.