isaar / MSolve

Open source numerical solver for computational mechanics problems
Apache License 2.0
18 stars 26 forks source link

Abstracted DOF types. #127

Closed SerafeimBakalakos closed 5 years ago

SerafeimBakalakos commented 5 years ago

DOFType enum has been replaced by IDofType, a necessary abstraction for XFEM. The use of the new design is equally simple. DOFType.X, DOFType.RotZ, DOFType.Temperature are replaced by StructuralDof.TranslationX, StructuralDof.RotationZ, ThermalDof.Temperature respectively.