FourCIPP 1.21.0__tar.gz → 1.23.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.21.0/src/FourCIPP.egg-info → fourcipp-1.23.0}/PKG-INFO +1 -1
- {fourcipp-1.21.0 → fourcipp-1.23.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/config/4C_metadata.yaml +9 -4
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/config/4C_schema.json +16 -8
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.coveragerc +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.gitignore +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/LICENSE +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/README.md +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/pyproject.toml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/requirements.in +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/requirements.txt +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/setup.cfg +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/type_hinting.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/__init__.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/conftest.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/test_metadata.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.21.0 → fourcipp-1.23.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
2
|
+
commit_hash: 262e1be1daabe544ce5559a8c52830f3c740f284
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -95524,10 +95524,13 @@ sections:
|
|
|
95524
95524
|
specs:
|
|
95525
95525
|
- name: PRESTRETCH
|
|
95526
95526
|
type: vector
|
|
95527
|
-
size:
|
|
95527
|
+
size: 3
|
|
95528
95528
|
value_type:
|
|
95529
|
-
type:
|
|
95530
|
-
|
|
95529
|
+
type: vector
|
|
95530
|
+
size: 3
|
|
95531
|
+
value_type:
|
|
95532
|
+
type: double
|
|
95533
|
+
description: "Definition of the (symmetric) prestretch tensor"
|
|
95531
95534
|
required: true
|
|
95532
95535
|
- type: all_of
|
|
95533
95536
|
specs:
|
|
@@ -211608,6 +211611,8 @@ sections:
|
|
|
211608
211611
|
choices:
|
|
211609
211612
|
- name: cells
|
|
211610
211613
|
description: "Field data is defined on the cells"
|
|
211614
|
+
- name: points
|
|
211615
|
+
description: "Field data is defined on the points"
|
|
211611
211616
|
- name: key
|
|
211612
211617
|
noneable: true
|
|
211613
211618
|
type: string
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Schema for 4C\nCommit hash:
|
|
2
|
+
"description": "Schema for 4C\nCommit hash: 262e1be1daabe544ce5559a8c52830f3c740f284\nVersion: 2025.4.0-dev",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
5
|
"ALE DOMAIN": {
|
|
@@ -168125,14 +168125,21 @@
|
|
|
168125
168125
|
"properties": {
|
|
168126
168126
|
"PRESTRETCH": {
|
|
168127
168127
|
"title": "PRESTRETCH (vector)",
|
|
168128
|
-
"description": "Definition of the prestretch
|
|
168128
|
+
"description": "Definition of the (symmetric) prestretch tensor",
|
|
168129
168129
|
"type": "array",
|
|
168130
168130
|
"items": {
|
|
168131
|
-
"title": "
|
|
168132
|
-
"
|
|
168131
|
+
"title": "vector",
|
|
168132
|
+
"description": "No description yet.",
|
|
168133
|
+
"type": "array",
|
|
168134
|
+
"items": {
|
|
168135
|
+
"title": "double",
|
|
168136
|
+
"type": "number"
|
|
168137
|
+
},
|
|
168138
|
+
"minItems": 3,
|
|
168139
|
+
"maxItems": 3
|
|
168133
168140
|
},
|
|
168134
|
-
"minItems":
|
|
168135
|
-
"maxItems":
|
|
168141
|
+
"minItems": 3,
|
|
168142
|
+
"maxItems": 3
|
|
168136
168143
|
}
|
|
168137
168144
|
},
|
|
168138
168145
|
"additionalProperties": false,
|
|
@@ -396045,7 +396052,8 @@
|
|
|
396045
396052
|
"description": "The basis on which the field data is defined.",
|
|
396046
396053
|
"type": "string",
|
|
396047
396054
|
"enum": [
|
|
396048
|
-
"cells"
|
|
396055
|
+
"cells",
|
|
396056
|
+
"points"
|
|
396049
396057
|
]
|
|
396050
396058
|
},
|
|
396051
396059
|
"key": {
|
|
@@ -401179,5 +401187,5 @@
|
|
|
401179
401187
|
"PROBLEM TYPE"
|
|
401180
401188
|
],
|
|
401181
401189
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
401182
|
-
"$id": "
|
|
401190
|
+
"$id": "262e1be1daabe544ce5559a8c52830f3c740f284"
|
|
401183
401191
|
}
|
|
@@ -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.23.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 23, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gd22fb1b7a'
|
|
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
|