11. Selection on values#

It is also interesting to print only the extreme values of all or some components, on all or part of the structure.

11.1. Operand VALE_MAX#

This keyword indicates that you want to print the maximum value of each component of the field, possibly in a given interval specified by the arguments BORNE_SUP and/or BORNE_INF.

11.2. Operand VALE_MIN#

This keyword indicates that you want to print the minimum value of each component of the field, possibly within a given interval specified by the arguments BORNE_SUP and/or BORNE_INF.

11.3. Operand BORNE_SUP#

This keyword indicates the upper bound of the interval on which you want to print the field. All values in the field that are less than this upper bound are printed.

11.4. Operand BORNE_INF#

This keyword indicates the lower bound of the interval on which you want to print the field. Field values greater than this lower bound are printed.