Actually DEFI_MATER_GC is converted to DEFI_MATER during analysis and parameters (used by DEFI_MATER) is printed in the output file e.g.
C30_EC2 = DEFI_MATER_GC(RHO=2400.0,
MAZARS=_F(CODIFICATION='BAEL91',
FCJ=3.9000000E7,
UNITE_CONTRAINTE='MPa',),
INFO=1,)
== Paramètres of the model MAZARS [MPa] ==
Partie elasticity:
E = 3.73031085E+06, NU = 2.00000000E-01, RHO = 2.40000000E+03,
Nonlinear part:
BT = 1.59414953E+00, AC = 2.79632486E-03, SIGM_LIM = 2.34000000E+07, AT = 9.00000000E-01,
BC = 1.68155462E+01, K = 7.00000000E-01, EPSI_LIM = 3.50000000E-03,
EPSD0 = 6.27293728E-01,
For information:
FCJ = 3.90000000E+07, FTJ = 2.34000060E+06, EPSI_C = 2.10253884E-01,
==================================================
/
This method may be useful to understand the material-model although this is like reverse engineering.. ;)