FourCIPP 1.23.0__py3-none-any.whl → 1.24.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 +1 -37
- fourcipp/config/4C_schema.json +2 -46
- fourcipp/version.py +2 -2
- {fourcipp-1.23.0.dist-info → fourcipp-1.24.0.dist-info}/METADATA +1 -1
- {fourcipp-1.23.0.dist-info → fourcipp-1.24.0.dist-info}/RECORD +9 -9
- {fourcipp-1.23.0.dist-info → fourcipp-1.24.0.dist-info}/WHEEL +0 -0
- {fourcipp-1.23.0.dist-info → fourcipp-1.24.0.dist-info}/entry_points.txt +0 -0
- {fourcipp-1.23.0.dist-info → fourcipp-1.24.0.dist-info}/licenses/LICENSE +0 -0
- {fourcipp-1.23.0.dist-info → fourcipp-1.24.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: 37fa31a1e6bd9674c05cf4a8e56854212c075a1e
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -76997,16 +76997,6 @@ sections:
|
|
|
76997
76997
|
description: "Do you want to have binary output?"
|
|
76998
76998
|
required: false
|
|
76999
76999
|
default: true
|
|
77000
|
-
- name: OUTPUT_EVERY_ITER
|
|
77001
|
-
type: bool
|
|
77002
|
-
description: "Do you desire structural displ. output every Newton iteration"
|
|
77003
|
-
required: false
|
|
77004
|
-
default: false
|
|
77005
|
-
- name: OEI_FILE_COUNTER
|
|
77006
|
-
type: int
|
|
77007
|
-
description: "Add an output name affix by introducing a additional number"
|
|
77008
|
-
required: false
|
|
77009
|
-
default: 0
|
|
77010
77000
|
- name: ELEMENT_MAT_ID
|
|
77011
77001
|
type: bool
|
|
77012
77002
|
description: "Output of the material id of each element"
|
|
@@ -77191,32 +77181,6 @@ sections:
|
|
|
77191
77181
|
description: "write restart every RESTARTEVERY steps"
|
|
77192
77182
|
required: false
|
|
77193
77183
|
default: -1
|
|
77194
|
-
- name: IO/EVERY ITERATION
|
|
77195
|
-
type: group
|
|
77196
|
-
required: false
|
|
77197
|
-
specs:
|
|
77198
|
-
- type: all_of
|
|
77199
|
-
specs:
|
|
77200
|
-
- name: OUTPUT_EVERY_ITER
|
|
77201
|
-
type: bool
|
|
77202
|
-
description: "Do you wish output every Newton iteration?"
|
|
77203
|
-
required: false
|
|
77204
|
-
default: false
|
|
77205
|
-
- name: RUN_NUMBER
|
|
77206
|
-
type: int
|
|
77207
|
-
description: "Create a new folder for different runs of the same simulation. If equal -1, no folder is created."
|
|
77208
|
-
required: false
|
|
77209
|
-
default: -1
|
|
77210
|
-
- name: STEP_NP_NUMBER
|
|
77211
|
-
type: int
|
|
77212
|
-
description: "Give the number of the step (i.e. step_{n+1}) for which you want to write the debug output. If a negative step number is provided, all steps willbe written."
|
|
77213
|
-
required: false
|
|
77214
|
-
default: -1
|
|
77215
|
-
- name: WRITE_OWNER_EACH_NEWTON_ITER
|
|
77216
|
-
type: bool
|
|
77217
|
-
description: "If yes, the ownership of elements and nodes are written each Newton step, instead of only once per time/load step."
|
|
77218
|
-
required: false
|
|
77219
|
-
default: false
|
|
77220
77184
|
- name: IO/MONITOR STRUCTURE DBC
|
|
77221
77185
|
type: group
|
|
77222
77186
|
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: 37fa31a1e6bd9674c05cf4a8e56854212c075a1e\nVersion: 2025.4.0-dev",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
5
|
"ALE DOMAIN": {
|
|
@@ -131486,18 +131486,6 @@
|
|
|
131486
131486
|
"default": true,
|
|
131487
131487
|
"type": "boolean"
|
|
131488
131488
|
},
|
|
131489
|
-
"OUTPUT_EVERY_ITER": {
|
|
131490
|
-
"title": "OUTPUT_EVERY_ITER (bool)",
|
|
131491
|
-
"description": "Do you desire structural displ. output every Newton iteration",
|
|
131492
|
-
"default": false,
|
|
131493
|
-
"type": "boolean"
|
|
131494
|
-
},
|
|
131495
|
-
"OEI_FILE_COUNTER": {
|
|
131496
|
-
"title": "OEI_FILE_COUNTER (int)",
|
|
131497
|
-
"description": "Add an output name affix by introducing a additional number",
|
|
131498
|
-
"default": 0,
|
|
131499
|
-
"type": "integer"
|
|
131500
|
-
},
|
|
131501
131489
|
"ELEMENT_MAT_ID": {
|
|
131502
131490
|
"title": "ELEMENT_MAT_ID (bool)",
|
|
131503
131491
|
"description": "Output of the material id of each element",
|
|
@@ -131728,38 +131716,6 @@
|
|
|
131728
131716
|
},
|
|
131729
131717
|
"additionalProperties": false
|
|
131730
131718
|
},
|
|
131731
|
-
"IO/EVERY ITERATION": {
|
|
131732
|
-
"title": "IO/EVERY ITERATION (group)",
|
|
131733
|
-
"description": "No description yet.",
|
|
131734
|
-
"type": "object",
|
|
131735
|
-
"properties": {
|
|
131736
|
-
"OUTPUT_EVERY_ITER": {
|
|
131737
|
-
"title": "OUTPUT_EVERY_ITER (bool)",
|
|
131738
|
-
"description": "Do you wish output every Newton iteration?",
|
|
131739
|
-
"default": false,
|
|
131740
|
-
"type": "boolean"
|
|
131741
|
-
},
|
|
131742
|
-
"RUN_NUMBER": {
|
|
131743
|
-
"title": "RUN_NUMBER (int)",
|
|
131744
|
-
"description": "Create a new folder for different runs of the same simulation. If equal -1, no folder is created.",
|
|
131745
|
-
"default": -1,
|
|
131746
|
-
"type": "integer"
|
|
131747
|
-
},
|
|
131748
|
-
"STEP_NP_NUMBER": {
|
|
131749
|
-
"title": "STEP_NP_NUMBER (int)",
|
|
131750
|
-
"description": "Give the number of the step (i.e. step_{n+1}) for which you want to write the debug output. If a negative step number is provided, all steps willbe written.",
|
|
131751
|
-
"default": -1,
|
|
131752
|
-
"type": "integer"
|
|
131753
|
-
},
|
|
131754
|
-
"WRITE_OWNER_EACH_NEWTON_ITER": {
|
|
131755
|
-
"title": "WRITE_OWNER_EACH_NEWTON_ITER (bool)",
|
|
131756
|
-
"description": "If yes, the ownership of elements and nodes are written each Newton step, instead of only once per time/load step.",
|
|
131757
|
-
"default": false,
|
|
131758
|
-
"type": "boolean"
|
|
131759
|
-
}
|
|
131760
|
-
},
|
|
131761
|
-
"additionalProperties": false
|
|
131762
|
-
},
|
|
131763
131719
|
"IO/MONITOR STRUCTURE DBC": {
|
|
131764
131720
|
"title": "IO/MONITOR STRUCTURE DBC (group)",
|
|
131765
131721
|
"description": "No description yet.",
|
|
@@ -401187,5 +401143,5 @@
|
|
|
401187
401143
|
"PROBLEM TYPE"
|
|
401188
401144
|
],
|
|
401189
401145
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
401190
|
-
"$id": "
|
|
401146
|
+
"$id": "37fa31a1e6bd9674c05cf4a8e56854212c075a1e"
|
|
401191
401147
|
}
|
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.24.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 24, 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=1-EMbwc5tWbWtbZqzRF4_ytrvkcQVgtC5ZX1uz6NFuQ,23954
|
|
3
|
-
fourcipp/version.py,sha256=
|
|
4
|
-
fourcipp/config/4C_metadata.yaml,sha256=
|
|
5
|
-
fourcipp/config/4C_schema.json,sha256=
|
|
3
|
+
fourcipp/version.py,sha256=xItYDDcZmoRAA87GcWdIUSZltFo-iqunCfyLtADnQ-o,706
|
|
4
|
+
fourcipp/config/4C_metadata.yaml,sha256=Ibxgfxv0GzWW9xV-8n_po7Om_FoOKH5gbYHY9ugPl9E,11887255
|
|
5
|
+
fourcipp/config/4C_schema.json,sha256=RVWI9cL8BjyFtGEBiEd49M0HKxkcXLgFGPe4VBz-A4A,16493324
|
|
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.24.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
|
|
24
|
+
fourcipp-1.24.0.dist-info/METADATA,sha256=oYbkZgSdrx_QxKnX5rdJHTcyOwPG6Pkk1zHue10pNno,7916
|
|
25
|
+
fourcipp-1.24.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
26
|
+
fourcipp-1.24.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
|
|
27
|
+
fourcipp-1.24.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
|
|
28
|
+
fourcipp-1.24.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|