imcs-compsim / meshpy

A general purpose 3D beam finite element input generator
Other
9 stars 3 forks source link

Generalize nurbs #52

Closed isteinbrecher closed 4 months ago

isteinbrecher commented 4 months ago

This merge allows to set the "element string" for a NURBS patch directly in the script, i.e., we don't have to implement all relevant cases. Similarly, now there is a class MaterialString which allows to directly set a material from the calling script so we don't have to implement each material case in MeshPy.

isteinbrecher commented 4 months ago

@eulovi this might also be a good way to use the MeshPy NURBS with the new solid elements.

eulovi commented 4 months ago

Thanks for implementing this @isteinbrecher! I think this is a nice solution to add the new solid elements :)