calculix / CalculiX-Examples

CalculiX examples by Prof. Martin Kraska from Brandenburg University of Applied Sciences. Excellent starting point to master parametric modelling with CGX and CCX.
MIT License
299 stars 92 forks source link

Unsupported element types in CGX #15

Closed mkraska closed 7 years ago

mkraska commented 7 years ago

Some element types aren't supported in CGX.

Using the command elty <set> <type> shows the following deficiencies: qu4r is unknown (no meshing) qu4er generates CPE4 instead of CPE4R qu4sr generates CPS4 instead of CPS4R qu4cr generates CAX4 instead of CAX4R qu4cr generates CAX4 instead of CAX4R qu8r generates S8 instead of S8R

The test script types.txt creates individual meshes with the available structural element types and prints the CGX type name and the element numbers. You can then check the element type in all.msh

execute cgx -b types.txt

grafik

mkraska commented 7 years ago

fixed in 2.12.1