Dhondtguido / CalculiX

This repository contains the source files of CalculiX, a three-dimensional Finite Element Program (www.calculix.de).
GNU General Public License v2.0
72 stars 16 forks source link

Bugfix: Non-linear SPRING1 elements in springs.f: "if(ncmat_.lt.3) then" in line 227 #53

Open dgiljohann opened 11 months ago

dgiljohann commented 11 months ago

fixing non-linear SPRING1 elements which were not properly identify by parsing the input file (see attached examples) fixes.

SPRING1_inp_examples.zip

References: Calculix forum with the issue: https://calculix.discourse.group/t/is-nonlinear-stiffness-allowed-for-spring1-elements/412/2 GitHub issue: https://github.com/Dhondtguido/CalculiX/issues/52