drlukeparry / pyccx

A library for creating and running 3D FEA simulations using the opensource Calculix FEA Package.
BSD 2-Clause "Simplified" License
34 stars 8 forks source link

Create a native exporter for GMSH to control element types #3

Open drlukeparry opened 4 years ago

drlukeparry commented 4 years ago

Currently using GMSH to generate the mesh input file for Calculix, however, there is currently not an option to generate reduced order elements natively.

drlukeparry commented 1 year ago

Feature will be included in version 0.2 which will use mesh element assignments and a broader selection of element choices from GMSH.

This will require work using.PhysicalGroups in GMSH to define the selection of elements required for export.