-- Value of the Poisson coefficient in the case nature is 'constant'(and also initial value if nature is 'at_quadrature_point'; irrelevant otherwise).
-- Expected format: VALUE
...
...
@@ -428,11 +428,11 @@ Solid = {
-- Domain indices of the parameter in the case nature is 'piecewise_constant_by_domain'.
-- Expected format: {VALUE1, VALUE2, ...}
piecewise_constant_domain_id={},
piecewise_constant_domain_id={4},
-- Value of the Young modulus in the case nature is 'piecewise_constant_by_domain'.
-- Expected format: {VALUE1, VALUE2, ...}
piecewise_constant_domain_value={},
piecewise_constant_domain_value={0.3},
-- Value of the Poisson coefficient in the case nature is 'lua_function'(and also initial value if nature is 'at_quadrature_point'; irrelevant otherwise).
-- Expected format: Function in Lua language, for instance:
...
...
@@ -453,7 +453,7 @@ Solid = {
-- How is given the kappa 1 (as a constant, as a Lua function, per quadrature point, etc...)