FourCIPP 1.33.0__py3-none-any.whl → 1.34.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  metadata:
2
- commit_hash: ee4313a77ed83505dc871e7fee17db5b1e8e6ced
2
+ commit_hash: 54d84f3839b758a5df1fbf1c3cf066a7eebd544d
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -27233,7 +27233,7 @@ sections:
27233
27233
  default: true
27234
27234
  - name: STRUCT_STRESS
27235
27235
  type: enum
27236
- description: "Output of stress"
27236
+ description: "Output of stress. This is only possible in the new vtk-based output. Make sure to set INTERVAL_STEPS accordingly."
27237
27237
  required: false
27238
27238
  default: "NO"
27239
27239
  choices:
@@ -27249,7 +27249,7 @@ sections:
27249
27249
  - name: "yes"
27250
27250
  - name: STRUCT_STRAIN
27251
27251
  type: enum
27252
- description: "Output of strains"
27252
+ description: "Output of strains. This is only possible in the new vtk-based output. Make sure to set INTERVAL_STEPS accordingly."
27253
27253
  required: false
27254
27254
  default: "NO"
27255
27255
  choices:
@@ -27364,7 +27364,7 @@ sections:
27364
27364
  default: true
27365
27365
  - name: WRITE_FINAL_STATE
27366
27366
  type: bool
27367
- description: "Enforce to write output/restart data at the final state regardless of the other output/restart intervals"
27367
+ description: "Enforce to write restart data at the final state regardless of the other output or restart intervals"
27368
27368
  required: false
27369
27369
  default: false
27370
27370
  - name: PREFIX_GROUP_ID
@@ -42347,7 +42347,7 @@ sections:
42347
42347
  default: 0
42348
42348
  - name: RESULTSEVERY
42349
42349
  type: int
42350
- description: "save displacements and contact forces every RESULTSEVERY steps"
42350
+ description: "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities."
42351
42351
  required: false
42352
42352
  default: 1
42353
42353
  - name: RESEVERYERGY
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: ee4313a77ed83505dc871e7fee17db5b1e8e6ced\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 54d84f3839b758a5df1fbf1c3cf066a7eebd544d\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -131841,7 +131841,7 @@
131841
131841
  },
131842
131842
  "STRUCT_STRESS": {
131843
131843
  "title": "STRUCT_STRESS (enum)",
131844
- "description": "Output of stress",
131844
+ "description": "Output of stress. This is only possible in the new vtk-based output. Make sure to set INTERVAL_STEPS accordingly.",
131845
131845
  "default": "NO",
131846
131846
  "type": "string",
131847
131847
  "enum": [
@@ -131859,7 +131859,7 @@
131859
131859
  },
131860
131860
  "STRUCT_STRAIN": {
131861
131861
  "title": "STRUCT_STRAIN (enum)",
131862
- "description": "Output of strains",
131862
+ "description": "Output of strains. This is only possible in the new vtk-based output. Make sure to set INTERVAL_STEPS accordingly.",
131863
131863
  "default": "NO",
131864
131864
  "type": "string",
131865
131865
  "enum": [
@@ -132004,7 +132004,7 @@
132004
132004
  },
132005
132005
  "WRITE_FINAL_STATE": {
132006
132006
  "title": "WRITE_FINAL_STATE (bool)",
132007
- "description": "Enforce to write output/restart data at the final state regardless of the other output/restart intervals",
132007
+ "description": "Enforce to write restart data at the final state regardless of the other output or restart intervals",
132008
132008
  "default": false,
132009
132009
  "type": "boolean"
132010
132010
  },
@@ -257041,7 +257041,7 @@
257041
257041
  },
257042
257042
  "RESULTSEVERY": {
257043
257043
  "title": "RESULTSEVERY (int)",
257044
- "description": "save displacements and contact forces every RESULTSEVERY steps",
257044
+ "description": "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities.",
257045
257045
  "default": 1,
257046
257046
  "type": "integer"
257047
257047
  },
@@ -401814,5 +401814,5 @@
401814
401814
  "PROBLEM TYPE"
401815
401815
  ],
401816
401816
  "$schema": "https://json-schema.org/draft/2020-12/schema",
401817
- "$id": "ee4313a77ed83505dc871e7fee17db5b1e8e6ced"
401817
+ "$id": "54d84f3839b758a5df1fbf1c3cf066a7eebd544d"
401818
401818
  }
fourcipp/version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.33.0'
32
- __version_tuple__ = version_tuple = (1, 33, 0)
31
+ __version__ = version = '1.34.0'
32
+ __version_tuple__ = version_tuple = (1, 34, 0)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.33.0
3
+ Version: 1.34.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,8 +1,8 @@
1
1
  fourcipp/__init__.py,sha256=4pz7DVXErSbUcLqPTaHnQfdJzKkpfZDivBqbHbTgpRE,1388
2
2
  fourcipp/fourc_input.py,sha256=U_1b3XtZpXZfRV3ZAWiZzpAKtLWWrdBXow2r3wNPWao,24720
3
- fourcipp/version.py,sha256=TGqBGWQP93vQ0BN8eWLmRJjMlpGU3SGnIP7uJpCanKk,706
4
- fourcipp/config/4C_metadata.yaml,sha256=arDEYUyF4V_VvSe0DN32F5Mx-SmJcsr9vzC2LE9Z0Hc,2599007
5
- fourcipp/config/4C_schema.json,sha256=x8XfdW3K_dhchhZBPkeN1Q3y7Q4LDhUyu_Z8PKKn2qw,16533551
3
+ fourcipp/version.py,sha256=yXxWIBVorAnMk5u-Uybx5dc-ngRbzkI76WdbILHvKUI,706
4
+ fourcipp/config/4C_metadata.yaml,sha256=LbKEn6uGr2wFG8FlDi9z3Nrrq9Gq-J-e532V-ZxNRAs,2599252
5
+ fourcipp/config/4C_schema.json,sha256=CEfIC_A16p90O9PpomIJeRTeUUG3d17hvueupVus6Ro,16533796
6
6
  fourcipp/config/config.yaml,sha256=n2c2a6E4HKfAdNWOQz1kLUuf5p4NLxIddaAi2t5eM38,460
7
7
  fourcipp/legacy_io/__init__.py,sha256=L3MWW-WjPbPAJVX8Z0Uheftn0dRPnqNnSBic3uloFhI,5750
8
8
  fourcipp/legacy_io/element.py,sha256=rP8F-m-8ZCwCxtV_OASvvLeNYr01zsmgZsDZSJ_G1gY,3977
@@ -20,9 +20,9 @@ fourcipp/utils/not_set.py,sha256=NHf0UXDmTuZfvfnIIgkkx4EohxRsN4MVUHUpt7VOnaQ,243
20
20
  fourcipp/utils/type_hinting.py,sha256=izPEhbMdmhrIBamCLqqF_6iDZW-w7a8kplUugbQILyw,1714
21
21
  fourcipp/utils/validation.py,sha256=FejHOj1MddaU7gEpMN-f8Mz3rYjflakd1qcsKnctHqA,5292
22
22
  fourcipp/utils/yaml_io.py,sha256=jPgVnxE858XTpDC6BVhfbbljQegL58zc3u2VPYCTvGE,5771
23
- fourcipp-1.33.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
- fourcipp-1.33.0.dist-info/METADATA,sha256=RhPt2BQnHnO1axnVF1KTWdNSvLoshKMheKFJpzEoiUw,7960
25
- fourcipp-1.33.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- fourcipp-1.33.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
- fourcipp-1.33.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
- fourcipp-1.33.0.dist-info/RECORD,,
23
+ fourcipp-1.34.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
+ fourcipp-1.34.0.dist-info/METADATA,sha256=3tx0YorBqvy-fsqe-0ZvNUybsIbRMD9_6EBEG5GqWAo,7960
25
+ fourcipp-1.34.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ fourcipp-1.34.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
+ fourcipp-1.34.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
+ fourcipp-1.34.0.dist-info/RECORD,,