FourCIPP 1.47.0__tar.gz → 1.49.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.47.0 → fourcipp-1.49.0}/PKG-INFO +1 -1
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/FourCIPP.egg-info/PKG-INFO +1 -1
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/config/4C_metadata.yaml +5 -5
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/config/4C_schema.json +9 -7
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.coveragerc +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.github/actions/setup-env/action.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.gitignore +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/LICENSE +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/README.md +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/pyproject.toml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/requirements.in +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/requirements.txt +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/setup.cfg +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/type_hinting.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/__init__.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/conftest.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/test_metadata.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.47.0 → fourcipp-1.49.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
2
|
+
commit_hash: 5d1a9608324625fc3e1714eca107589dd01671a6
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -36825,10 +36825,11 @@ sections:
|
|
|
36825
36825
|
- type: all_of
|
|
36826
36826
|
specs:
|
|
36827
36827
|
- name: POD_MATRIX
|
|
36828
|
-
|
|
36829
|
-
|
|
36828
|
+
noneable: true
|
|
36829
|
+
type: path
|
|
36830
|
+
description: "filename of file containing the projection matrix"
|
|
36830
36831
|
required: false
|
|
36831
|
-
default:
|
|
36832
|
+
default: null
|
|
36832
36833
|
- name: MORTAR COUPLING
|
|
36833
36834
|
type: group
|
|
36834
36835
|
required: false
|
|
@@ -42750,7 +42751,6 @@ sections:
|
|
|
42750
42751
|
required: false
|
|
42751
42752
|
default: "stop"
|
|
42752
42753
|
choices:
|
|
42753
|
-
- name: "adapt_3D0Dptc_ele_err"
|
|
42754
42754
|
- name: "adapt_penaltycontact"
|
|
42755
42755
|
- name: "adapt_step"
|
|
42756
42756
|
- name: "continue"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Schema for 4C\nCommit hash:
|
|
2
|
+
"description": "Schema for 4C\nCommit hash: 5d1a9608324625fc3e1714eca107589dd01671a6\nVersion: 2025.4.0-dev",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
5
|
"ALE DOMAIN": {
|
|
@@ -181544,10 +181544,13 @@
|
|
|
181544
181544
|
"type": "object",
|
|
181545
181545
|
"properties": {
|
|
181546
181546
|
"POD_MATRIX": {
|
|
181547
|
-
"title": "POD_MATRIX (
|
|
181548
|
-
"description": "filename of file containing projection matrix",
|
|
181549
|
-
"default":
|
|
181550
|
-
"type":
|
|
181547
|
+
"title": "POD_MATRIX (path)",
|
|
181548
|
+
"description": "filename of file containing the projection matrix",
|
|
181549
|
+
"default": null,
|
|
181550
|
+
"type": [
|
|
181551
|
+
"string",
|
|
181552
|
+
"null"
|
|
181553
|
+
]
|
|
181551
181554
|
}
|
|
181552
181555
|
},
|
|
181553
181556
|
"additionalProperties": false
|
|
@@ -257923,7 +257926,6 @@
|
|
|
257923
257926
|
"default": "stop",
|
|
257924
257927
|
"type": "string",
|
|
257925
257928
|
"enum": [
|
|
257926
|
-
"adapt_3D0Dptc_ele_err",
|
|
257927
257929
|
"adapt_penaltycontact",
|
|
257928
257930
|
"adapt_step",
|
|
257929
257931
|
"continue",
|
|
@@ -402475,5 +402477,5 @@
|
|
|
402475
402477
|
"PROBLEM TYPE"
|
|
402476
402478
|
],
|
|
402477
402479
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
402478
|
-
"$id": "
|
|
402480
|
+
"$id": "5d1a9608324625fc3e1714eca107589dd01671a6"
|
|
402479
402481
|
}
|
|
@@ -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.49.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 49, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g0c432d4ca'
|
|
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
|
|
File without changes
|