Closed RemDelaporteMathurin closed 6 years ago
It is possible to calculate the minimum value over the whole geometry using:
solution.vector().min() or solution.vector().max()
solution.vector().min()
solution.vector().max()
but the user must be able to calculate the minimum or maximum value in each volume.
It is possible to calculate the minimum value over the whole geometry using:
solution.vector().min()
orsolution.vector().max()
but the user must be able to calculate the minimum or maximum value in each volume.