FourCIPP 1.37.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.
- fourcipp/config/4C_metadata.yaml +12 -4
- fourcipp/config/4C_schema.json +18 -5
- fourcipp/version.py +2 -2
- {fourcipp-1.37.0.dist-info → fourcipp-1.39.0.dist-info}/METADATA +1 -1
- {fourcipp-1.37.0.dist-info → fourcipp-1.39.0.dist-info}/RECORD +9 -9
- {fourcipp-1.37.0.dist-info → fourcipp-1.39.0.dist-info}/WHEEL +0 -0
- {fourcipp-1.37.0.dist-info → fourcipp-1.39.0.dist-info}/entry_points.txt +0 -0
- {fourcipp-1.37.0.dist-info → fourcipp-1.39.0.dist-info}/licenses/LICENSE +0 -0
- {fourcipp-1.37.0.dist-info → fourcipp-1.39.0.dist-info}/top_level.txt +0 -0
fourcipp/config/4C_metadata.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
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:
|
|
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:
|
|
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:
|
|
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"
|
|
@@ -45234,6 +45234,14 @@ sections:
|
|
|
45234
45234
|
description: "Relative tolerance for finite difference check"
|
|
45235
45235
|
required: false
|
|
45236
45236
|
default: 1e-06
|
|
45237
|
+
- name: body_force
|
|
45238
|
+
noneable: true
|
|
45239
|
+
type: vector
|
|
45240
|
+
value_type:
|
|
45241
|
+
type: double
|
|
45242
|
+
description: "External body force contribution vector. The vector must have the same dimension as the problem (2D/3D)."
|
|
45243
|
+
required: false
|
|
45244
|
+
default: null
|
|
45237
45245
|
- name: calculate_error_to_analytical_solution
|
|
45238
45246
|
type: group
|
|
45239
45247
|
required: false
|
fourcipp/config/4C_schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Schema for 4C\nCommit hash:
|
|
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":
|
|
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":
|
|
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":
|
|
257656
|
+
"default": 0,
|
|
257657
257657
|
"type": "integer"
|
|
257658
257658
|
},
|
|
257659
257659
|
"CALC_ACC_ON_RESTART": {
|
|
@@ -397581,6 +397581,19 @@
|
|
|
397581
397581
|
},
|
|
397582
397582
|
"additionalProperties": false
|
|
397583
397583
|
},
|
|
397584
|
+
"body_force": {
|
|
397585
|
+
"title": "body_force (vector)",
|
|
397586
|
+
"description": "External body force contribution vector. The vector must have the same dimension as the problem (2D/3D).",
|
|
397587
|
+
"default": null,
|
|
397588
|
+
"type": [
|
|
397589
|
+
"array",
|
|
397590
|
+
"null"
|
|
397591
|
+
],
|
|
397592
|
+
"items": {
|
|
397593
|
+
"title": "double",
|
|
397594
|
+
"type": "number"
|
|
397595
|
+
}
|
|
397596
|
+
},
|
|
397584
397597
|
"calculate_error_to_analytical_solution": {
|
|
397585
397598
|
"title": "calculate_error_to_analytical_solution (group)",
|
|
397586
397599
|
"description": "No description yet.",
|
|
@@ -402413,5 +402426,5 @@
|
|
|
402413
402426
|
"PROBLEM TYPE"
|
|
402414
402427
|
],
|
|
402415
402428
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
402416
|
-
"$id": "
|
|
402429
|
+
"$id": "9e8bb66ef462434dce69d35bfc0ea1a26c46cd93"
|
|
402417
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.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.39.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 39, 0)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -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=
|
|
4
|
-
fourcipp/config/4C_metadata.yaml,sha256=
|
|
5
|
-
fourcipp/config/4C_schema.json,sha256=
|
|
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.
|
|
24
|
-
fourcipp-1.
|
|
25
|
-
fourcipp-1.
|
|
26
|
-
fourcipp-1.
|
|
27
|
-
fourcipp-1.
|
|
28
|
-
fourcipp-1.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|