Shimul-Baidya / MBDyn

GNU General Public License v2.0
1 stars 1 forks source link

Rework constitutive law type #5

Open Maarrk opened 4 days ago

Maarrk commented 4 days ago

The ConstitutiveLaw class has an abstract method name. Then every subclass defines law_type and implements this method as just return self.law_type every time.

Can we move law_type to ConstitutiveLaw and remove name() altogether?