FourCIPP 1.33.0__tar.gz → 1.35.0__tar.gz
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-1.33.0/src/FourCIPP.egg-info → fourcipp-1.35.0}/PKG-INFO +1 -1
- {fourcipp-1.33.0 → fourcipp-1.35.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/config/4C_metadata.yaml +11 -12
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/config/4C_schema.json +13 -14
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.coveragerc +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.gitignore +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/LICENSE +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/README.md +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/pyproject.toml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/requirements.in +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/requirements.txt +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/setup.cfg +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/type_hinting.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/__init__.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/conftest.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/test_metadata.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.33.0 → fourcipp-1.35.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
2
|
+
commit_hash: 99de7bce313133dc91671515f4e686fdbe49cadc
|
|
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
|
|
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
|
|
@@ -37009,11 +37009,10 @@ sections:
|
|
|
37009
37009
|
type: enum
|
|
37010
37010
|
description: "type of (random) surface energy distribution"
|
|
37011
37011
|
required: false
|
|
37012
|
-
default:
|
|
37012
|
+
default: Constant
|
|
37013
37013
|
choices:
|
|
37014
|
-
- name:
|
|
37015
|
-
- name:
|
|
37016
|
-
- name: LogNormalSurfaceEnergyDistribution
|
|
37014
|
+
- name: Constant
|
|
37015
|
+
- name: Normal
|
|
37017
37016
|
- name: MIN_RADIUS
|
|
37018
37017
|
type: double
|
|
37019
37018
|
description: "minimum allowed particle radius"
|
|
@@ -37136,14 +37135,14 @@ sections:
|
|
|
37136
37135
|
description: "adhesion surface energy for the calculation of the pull-out force"
|
|
37137
37136
|
required: false
|
|
37138
37137
|
default: -1
|
|
37139
|
-
- name:
|
|
37138
|
+
- name: ADHESION_SURFACE_ENERGY_DISTRIBUTION_STDDEV
|
|
37140
37139
|
type: double
|
|
37141
|
-
description: "
|
|
37140
|
+
description: "standard deviation of adhesion surface energy distribution"
|
|
37142
37141
|
required: false
|
|
37143
37142
|
default: -1
|
|
37144
37143
|
- name: ADHESION_SURFACE_ENERGY_DISTRIBUTION_CUTOFF_FACTOR
|
|
37145
37144
|
type: double
|
|
37146
|
-
description: "adhesion surface energy distribution limited by multiple of
|
|
37145
|
+
description: "adhesion surface energy distribution limited by multiple of standard deviation"
|
|
37147
37146
|
required: false
|
|
37148
37147
|
default: -1
|
|
37149
37148
|
- name: ADHESION_SURFACE_ENERGY_FACTOR
|
|
@@ -42347,7 +42346,7 @@ sections:
|
|
|
42347
42346
|
default: 0
|
|
42348
42347
|
- name: RESULTSEVERY
|
|
42349
42348
|
type: int
|
|
42350
|
-
description: "
|
|
42349
|
+
description: "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities."
|
|
42351
42350
|
required: false
|
|
42352
42351
|
default: 1
|
|
42353
42352
|
- name: RESEVERYERGY
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Schema for 4C\nCommit hash:
|
|
2
|
+
"description": "Schema for 4C\nCommit hash: 99de7bce313133dc91671515f4e686fdbe49cadc\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
|
|
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
|
},
|
|
@@ -181372,12 +181372,11 @@
|
|
|
181372
181372
|
"ADHESION_SURFACE_ENERGY_DISTRIBUTION": {
|
|
181373
181373
|
"title": "ADHESION_SURFACE_ENERGY_DISTRIBUTION (enum)",
|
|
181374
181374
|
"description": "type of (random) surface energy distribution",
|
|
181375
|
-
"default": "
|
|
181375
|
+
"default": "Constant",
|
|
181376
181376
|
"type": "string",
|
|
181377
181377
|
"enum": [
|
|
181378
|
-
"
|
|
181379
|
-
"
|
|
181380
|
-
"LogNormalSurfaceEnergyDistribution"
|
|
181378
|
+
"Constant",
|
|
181379
|
+
"Normal"
|
|
181381
181380
|
]
|
|
181382
181381
|
},
|
|
181383
181382
|
"MIN_RADIUS": {
|
|
@@ -181523,15 +181522,15 @@
|
|
|
181523
181522
|
"default": -1,
|
|
181524
181523
|
"type": "number"
|
|
181525
181524
|
},
|
|
181526
|
-
"
|
|
181527
|
-
"title": "
|
|
181528
|
-
"description": "
|
|
181525
|
+
"ADHESION_SURFACE_ENERGY_DISTRIBUTION_STDDEV": {
|
|
181526
|
+
"title": "ADHESION_SURFACE_ENERGY_DISTRIBUTION_STDDEV (double)",
|
|
181527
|
+
"description": "standard deviation of adhesion surface energy distribution",
|
|
181529
181528
|
"default": -1,
|
|
181530
181529
|
"type": "number"
|
|
181531
181530
|
},
|
|
181532
181531
|
"ADHESION_SURFACE_ENERGY_DISTRIBUTION_CUTOFF_FACTOR": {
|
|
181533
181532
|
"title": "ADHESION_SURFACE_ENERGY_DISTRIBUTION_CUTOFF_FACTOR (double)",
|
|
181534
|
-
"description": "adhesion surface energy distribution limited by multiple of
|
|
181533
|
+
"description": "adhesion surface energy distribution limited by multiple of standard deviation",
|
|
181535
181534
|
"default": -1,
|
|
181536
181535
|
"type": "number"
|
|
181537
181536
|
},
|
|
@@ -257041,7 +257040,7 @@
|
|
|
257041
257040
|
},
|
|
257042
257041
|
"RESULTSEVERY": {
|
|
257043
257042
|
"title": "RESULTSEVERY (int)",
|
|
257044
|
-
"description": "
|
|
257043
|
+
"description": "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities.",
|
|
257045
257044
|
"default": 1,
|
|
257046
257045
|
"type": "integer"
|
|
257047
257046
|
},
|
|
@@ -401814,5 +401813,5 @@
|
|
|
401814
401813
|
"PROBLEM TYPE"
|
|
401815
401814
|
],
|
|
401816
401815
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
401817
|
-
"$id": "
|
|
401816
|
+
"$id": "99de7bce313133dc91671515f4e686fdbe49cadc"
|
|
401818
401817
|
}
|
|
@@ -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.35.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 35, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gc3a02b9f5'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|