Hi~
I recently needed to use DerivativeParsedMaterial to add some material information. My question is about this:
I have a material parameter M that is a function of the variable c (eg. M(c) ). I just need to define 'args = c f_name = M ' in DerivativeParsedMaterial and give a function expression.
The other parameter N is a function of the material parameter M and the variable d (eg N( M,d ) ). I use the code ' material_property_names = 'M' ' to add the material parameter M.
I wonder if this nested material parameter definition is legal in the JFNK framework ?
Or I need to specify that the material parameter M is a function of c , like ' material_property_names = 'M(c)' '?
I'm not sure how material parameters that vary with variables iterate through the JFNK framework.
I'm looking forward to your reply~