In connection with the issue raised in #101, I am currently adding basic support for specifying reduced integration for typical elements.
This is now done for calculix and abaqus, but I have still sesam and Code Aster remaning.
For Code Aster I have found two reference documents that describe in detail the theory and implementation of reduced integration for QUAD and HEX elements (see r3.06.10 and r3.06.11 in https://code-aster.org/doc/default/en/index.php?man=R3).
However, internally when writing these element types to MED, Code Aster does not use QUAD4/HEX8 names, instead they use an abbreviated form QU4/HE8.
So the question is, given the reduced integration variants are referred to as QUAS4/HEXS8 in the documentation, do they have different abbreviated names or are they activated by other means?
In connection with the issue raised in #101, I am currently adding basic support for specifying reduced integration for typical elements.
This is now done for calculix and abaqus, but I have still sesam and Code Aster remaning.
For Code Aster I have found two reference documents that describe in detail the theory and implementation of reduced integration for QUAD and HEX elements (see r3.06.10 and r3.06.11 in https://code-aster.org/doc/default/en/index.php?man=R3).
However, internally when writing these element types to MED, Code Aster does not use
QUAD4/HEX8names, instead they use an abbreviated formQU4/HE8.So the question is, given the reduced integration variants are referred to as QUAS4/HEXS8 in the documentation, do they have different abbreviated names or are they activated by other means?