FourCIPP 1.37.0__py3-none-any.whl → 1.38.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 +9 -1
- fourcipp/config/4C_schema.json +15 -2
- fourcipp/version.py +2 -2
- {fourcipp-1.37.0.dist-info → fourcipp-1.38.0.dist-info}/METADATA +1 -1
- {fourcipp-1.37.0.dist-info → fourcipp-1.38.0.dist-info}/RECORD +9 -9
- {fourcipp-1.37.0.dist-info → fourcipp-1.38.0.dist-info}/WHEEL +0 -0
- {fourcipp-1.37.0.dist-info → fourcipp-1.38.0.dist-info}/entry_points.txt +0 -0
- {fourcipp-1.37.0.dist-info → fourcipp-1.38.0.dist-info}/licenses/LICENSE +0 -0
- {fourcipp-1.37.0.dist-info → fourcipp-1.38.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: 032da514792e3fd6ee89cb4466d0dad532177280
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -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: 032da514792e3fd6ee89cb4466d0dad532177280\nVersion: 2025.4.0-dev",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
5
|
"ALE DOMAIN": {
|
|
@@ -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": "032da514792e3fd6ee89cb4466d0dad532177280"
|
|
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.38.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 38, 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=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
|
|
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.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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|