RemDelaporteMathurin / 3-MOT

3-MOT is a multi-physics software relying on FEniCS.
3 stars 1 forks source link

Post-processing: add the possibility to compute the minimum (or maximum) value of the solution over a volume #17

Closed RemDelaporteMathurin closed 6 years ago

RemDelaporteMathurin commented 6 years ago

It is possible to calculate the minimum value over the whole geometry using:

solution.vector().min() or solution.vector().max()

but the user must be able to calculate the minimum or maximum value in each volume.