Closed b3gee closed 1 year ago
A branch to change how material models are specified.
To streamline the user input to specify material rather than a number of pointers.
The user specifies the material model and a new function uses a "switch" block to set the pointers once at the start of the analysis.
RunTests works the same before and after the changes.
What?
A branch to change how material models are specified.
Why?
To streamline the user input to specify material rather than a number of pointers.
How?
The user specifies the material model and a new function uses a "switch" block to set the pointers once at the start of the analysis.
Testing?
RunTests works the same before and after the changes.