FourCIPP 1.38.0__py3-none-any.whl → 1.39.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: 032da514792e3fd6ee89cb4466d0dad532177280
2
+ commit_hash: 9e8bb66ef462434dce69d35bfc0ea1a26c46cd93
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -7280,7 +7280,7 @@ sections:
7280
7280
  type: bool
7281
7281
  description: "choose between original or enhanced gapfunction"
7282
7282
  required: false
7283
- default: false
7283
+ default: true
7284
7284
  - name: BEAMS_SEGCON
7285
7285
  type: bool
7286
7286
  description: "choose between beam contact with and without subsegment generation"
@@ -42587,7 +42587,7 @@ sections:
42587
42587
  type: int
42588
42588
  description: "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities."
42589
42589
  required: false
42590
- default: 1
42590
+ default: 0
42591
42591
  - name: RESEVERYERGY
42592
42592
  type: int
42593
42593
  description: "write system energies every requested step"
@@ -42597,7 +42597,7 @@ sections:
42597
42597
  type: int
42598
42598
  description: "write restart possibility every RESTARTEVERY steps"
42599
42599
  required: false
42600
- default: 1
42600
+ default: 0
42601
42601
  - name: CALC_ACC_ON_RESTART
42602
42602
  type: bool
42603
42603
  description: "Compute the initial state for a restart dynamics analysis"
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 032da514792e3fd6ee89cb4466d0dad532177280\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 9e8bb66ef462434dce69d35bfc0ea1a26c46cd93\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -68793,7 +68793,7 @@
68793
68793
  "BEAMS_NEWGAP": {
68794
68794
  "title": "BEAMS_NEWGAP (bool)",
68795
68795
  "description": "choose between original or enhanced gapfunction",
68796
- "default": false,
68796
+ "default": true,
68797
68797
  "type": "boolean"
68798
68798
  },
68799
68799
  "BEAMS_SEGCON": {
@@ -257641,7 +257641,7 @@
257641
257641
  "RESULTSEVERY": {
257642
257642
  "title": "RESULTSEVERY (int)",
257643
257643
  "description": "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities.",
257644
- "default": 1,
257644
+ "default": 0,
257645
257645
  "type": "integer"
257646
257646
  },
257647
257647
  "RESEVERYERGY": {
@@ -257653,7 +257653,7 @@
257653
257653
  "RESTARTEVERY": {
257654
257654
  "title": "RESTARTEVERY (int)",
257655
257655
  "description": "write restart possibility every RESTARTEVERY steps",
257656
- "default": 1,
257656
+ "default": 0,
257657
257657
  "type": "integer"
257658
257658
  },
257659
257659
  "CALC_ACC_ON_RESTART": {
@@ -402426,5 +402426,5 @@
402426
402426
  "PROBLEM TYPE"
402427
402427
  ],
402428
402428
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402429
- "$id": "032da514792e3fd6ee89cb4466d0dad532177280"
402429
+ "$id": "9e8bb66ef462434dce69d35bfc0ea1a26c46cd93"
402430
402430
  }
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.38.0'
32
- __version_tuple__ = version_tuple = (1, 38, 0)
31
+ __version__ = version = '1.39.0'
32
+ __version_tuple__ = version_tuple = (1, 39, 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.38.0
3
+ Version: 1.39.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=hpE2QGF6bH9ClanX9-BzRSfKPnmfpMqQOKZnAhdai_o,706
4
- fourcipp/config/4C_metadata.yaml,sha256=OSeBnJd-v_OS7qdYu7QRGZXiHPn2NRPDZbtHFtFdKZk,2612369
5
- fourcipp/config/4C_schema.json,sha256=-C7lq2gUxyjgWa32OOF6SM425hPSxNaz5VkUVFR_7e4,16560762
3
+ fourcipp/version.py,sha256=Dj2QaXELg6PpeXeLgj_oylZJy58D2f8eumyiKVf19pQ,706
4
+ fourcipp/config/4C_metadata.yaml,sha256=GSDMbvLGZ77RWoInncxUkB-DxvytKcAdttaFChuiiH0,2612368
5
+ fourcipp/config/4C_schema.json,sha256=u0z5t85M-7zjx51Q9zvfSEk9OrMvZ-OyGm9VOWsZYPs,16560761
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.38.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
- fourcipp-1.38.0.dist-info/METADATA,sha256=9YzJ3dCREYqjzJJUKxmtoqd5jPSft3_td551_UXm0GQ,7960
25
- fourcipp-1.38.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- fourcipp-1.38.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
- fourcipp-1.38.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
- fourcipp-1.38.0.dist-info/RECORD,,
23
+ fourcipp-1.39.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
+ fourcipp-1.39.0.dist-info/METADATA,sha256=1BLuA2vlX0H-8r0FviblcxP7wjDrIP7FT1VABQLovYw,7960
25
+ fourcipp-1.39.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ fourcipp-1.39.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
+ fourcipp-1.39.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
+ fourcipp-1.39.0.dist-info/RECORD,,