GCMLab / GCMLab-FEM

General purpose finite element program
0 stars 0 forks source link

Models organize #80

Closed b3gee closed 1 year ago

b3gee commented 1 year ago

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.