3. Add Option in the SD result#

We need to add the option « SIGM_ELEM » in the results SD bibfor/resu_util/rscRSD.F90:

[...]
! ------------------------------------------------------------------
! For mechanic
! ------------------------------------------------------------------
integer, parameter:: NbFieldMeca=132
character (len=16), parameter:: fieldMECA (NbFieldMECA) = (/&
                                'DEPL', 'VITE', 'ACCE', &
                                'DEPL_ABSOLU', 'VITE_ABSOLU', 'ACCE_ABSOLU', &
                                'EFGE_ELNO', 'EFGE_NOEU', 'EGRU_ELNO', &
                                'EPSI_ELGA', 'EPSI_ELNO', &
                                'EPSI_NOEU', 'SIEF_ELGA', 'SIMY_ELGA', &
                                'SIGM_ELGA', 'EFGE_ELGA', 'SIGM_ELEM', &
[...]

Be careful to change the number of NbFieldMeca fields and have the right string length.