FourCIPP 1.43.0__tar.gz → 1.44.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.43.0/src/FourCIPP.egg-info → fourcipp-1.44.0}/PKG-INFO +1 -1
- {fourcipp-1.43.0 → fourcipp-1.44.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/config/4C_metadata.yaml +35 -10
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/config/4C_schema.json +88 -22
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.coveragerc +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.gitignore +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/LICENSE +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/README.md +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/pyproject.toml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/requirements.in +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/requirements.txt +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/setup.cfg +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/type_hinting.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/__init__.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/conftest.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_metadata.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.43.0 → fourcipp-1.44.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
2
|
+
commit_hash: e24441297bcd6d7be0061f44362ee6fafae04423
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -29113,7 +29113,7 @@ sections:
|
|
|
29113
29113
|
- name: MAT
|
|
29114
29114
|
type: int
|
|
29115
29115
|
required: true
|
|
29116
|
-
- name:
|
|
29116
|
+
- name: MIX_Prestress_Strategy_Prescribed
|
|
29117
29117
|
type: group
|
|
29118
29118
|
description: Simple predefined prestress
|
|
29119
29119
|
required: true
|
|
@@ -29121,15 +29121,40 @@ sections:
|
|
|
29121
29121
|
- type: all_of
|
|
29122
29122
|
specs:
|
|
29123
29123
|
- name: PRESTRETCH
|
|
29124
|
-
type:
|
|
29125
|
-
|
|
29126
|
-
value_type:
|
|
29127
|
-
type: vector
|
|
29128
|
-
size: 3
|
|
29129
|
-
value_type:
|
|
29130
|
-
type: double
|
|
29131
|
-
description: "Definition of the (symmetric) prestretch tensor"
|
|
29124
|
+
type: selection
|
|
29125
|
+
description: "Field of a symmetric prestretch tensor."
|
|
29132
29126
|
required: true
|
|
29127
|
+
choices:
|
|
29128
|
+
- name: constant
|
|
29129
|
+
spec:
|
|
29130
|
+
name: constant
|
|
29131
|
+
type: vector
|
|
29132
|
+
size: 3
|
|
29133
|
+
value_type:
|
|
29134
|
+
type: vector
|
|
29135
|
+
size: 3
|
|
29136
|
+
value_type:
|
|
29137
|
+
type: double
|
|
29138
|
+
description: "Constant value for the field."
|
|
29139
|
+
required: true
|
|
29140
|
+
- name: from_file
|
|
29141
|
+
spec:
|
|
29142
|
+
name: from_file
|
|
29143
|
+
type: path
|
|
29144
|
+
description: "Path to a file containing the input field data."
|
|
29145
|
+
required: true
|
|
29146
|
+
- name: field_reference
|
|
29147
|
+
spec:
|
|
29148
|
+
name: field_reference
|
|
29149
|
+
type: string
|
|
29150
|
+
description: "Refer to a globally defined field by a name."
|
|
29151
|
+
required: true
|
|
29152
|
+
- name: from_mesh
|
|
29153
|
+
spec:
|
|
29154
|
+
name: from_mesh
|
|
29155
|
+
type: string
|
|
29156
|
+
description: "Refer to a field defined in the input mesh by a name."
|
|
29157
|
+
required: true
|
|
29133
29158
|
- type: all_of
|
|
29134
29159
|
specs:
|
|
29135
29160
|
- name: MAT
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Schema for 4C\nCommit hash:
|
|
2
|
+
"description": "Schema for 4C\nCommit hash: e24441297bcd6d7be0061f44362ee6fafae04423\nVersion: 2025.4.0-dev",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
5
|
"ALE DOMAIN": {
|
|
@@ -168885,8 +168885,8 @@
|
|
|
168885
168885
|
]
|
|
168886
168886
|
},
|
|
168887
168887
|
{
|
|
168888
|
-
"title": "
|
|
168889
|
-
"description": "
|
|
168888
|
+
"title": "MIX_Prestress_Strategy_Prescribed, MAT",
|
|
168889
|
+
"description": "MIX_Prestress_Strategy_Prescribed, MAT",
|
|
168890
168890
|
"type": "object",
|
|
168891
168891
|
"properties": {
|
|
168892
168892
|
"MAT": {
|
|
@@ -168894,28 +168894,94 @@
|
|
|
168894
168894
|
"description": "No description yet.",
|
|
168895
168895
|
"type": "integer"
|
|
168896
168896
|
},
|
|
168897
|
-
"
|
|
168898
|
-
"title": "
|
|
168897
|
+
"MIX_Prestress_Strategy_Prescribed": {
|
|
168898
|
+
"title": "MIX_Prestress_Strategy_Prescribed (group)",
|
|
168899
168899
|
"description": "Simple predefined prestress",
|
|
168900
168900
|
"type": "object",
|
|
168901
168901
|
"properties": {
|
|
168902
168902
|
"PRESTRETCH": {
|
|
168903
|
-
"title": "PRESTRETCH (
|
|
168904
|
-
"description": "
|
|
168905
|
-
"type": "
|
|
168906
|
-
"
|
|
168907
|
-
|
|
168908
|
-
|
|
168909
|
-
|
|
168910
|
-
|
|
168911
|
-
"
|
|
168912
|
-
|
|
168903
|
+
"title": "PRESTRETCH (selection)",
|
|
168904
|
+
"description": "Field of a symmetric prestretch tensor.",
|
|
168905
|
+
"type": "object",
|
|
168906
|
+
"oneOf": [
|
|
168907
|
+
{
|
|
168908
|
+
"title": "constant",
|
|
168909
|
+
"description": "Constant value for the field.",
|
|
168910
|
+
"type": "object",
|
|
168911
|
+
"properties": {
|
|
168912
|
+
"constant": {
|
|
168913
|
+
"title": "constant (vector)",
|
|
168914
|
+
"description": "Constant value for the field.",
|
|
168915
|
+
"type": "array",
|
|
168916
|
+
"items": {
|
|
168917
|
+
"title": "vector",
|
|
168918
|
+
"description": "No description yet.",
|
|
168919
|
+
"type": "array",
|
|
168920
|
+
"items": {
|
|
168921
|
+
"title": "double",
|
|
168922
|
+
"type": "number"
|
|
168923
|
+
},
|
|
168924
|
+
"minItems": 3,
|
|
168925
|
+
"maxItems": 3
|
|
168926
|
+
},
|
|
168927
|
+
"minItems": 3,
|
|
168928
|
+
"maxItems": 3
|
|
168929
|
+
}
|
|
168930
|
+
},
|
|
168931
|
+
"additionalProperties": false,
|
|
168932
|
+
"required": [
|
|
168933
|
+
"constant"
|
|
168934
|
+
]
|
|
168913
168935
|
},
|
|
168914
|
-
|
|
168915
|
-
|
|
168916
|
-
|
|
168917
|
-
|
|
168918
|
-
|
|
168936
|
+
{
|
|
168937
|
+
"title": "from_file",
|
|
168938
|
+
"description": "Path to a file containing the input field data.",
|
|
168939
|
+
"type": "object",
|
|
168940
|
+
"properties": {
|
|
168941
|
+
"from_file": {
|
|
168942
|
+
"title": "from_file (path)",
|
|
168943
|
+
"description": "Path to a file containing the input field data.",
|
|
168944
|
+
"type": "string"
|
|
168945
|
+
}
|
|
168946
|
+
},
|
|
168947
|
+
"additionalProperties": false,
|
|
168948
|
+
"required": [
|
|
168949
|
+
"from_file"
|
|
168950
|
+
]
|
|
168951
|
+
},
|
|
168952
|
+
{
|
|
168953
|
+
"title": "field_reference",
|
|
168954
|
+
"description": "Refer to a globally defined field by a name.",
|
|
168955
|
+
"type": "object",
|
|
168956
|
+
"properties": {
|
|
168957
|
+
"field_reference": {
|
|
168958
|
+
"title": "field_reference (string)",
|
|
168959
|
+
"description": "Refer to a globally defined field by a name.",
|
|
168960
|
+
"type": "string"
|
|
168961
|
+
}
|
|
168962
|
+
},
|
|
168963
|
+
"additionalProperties": false,
|
|
168964
|
+
"required": [
|
|
168965
|
+
"field_reference"
|
|
168966
|
+
]
|
|
168967
|
+
},
|
|
168968
|
+
{
|
|
168969
|
+
"title": "from_mesh",
|
|
168970
|
+
"description": "Refer to a field defined in the input mesh by a name.",
|
|
168971
|
+
"type": "object",
|
|
168972
|
+
"properties": {
|
|
168973
|
+
"from_mesh": {
|
|
168974
|
+
"title": "from_mesh (string)",
|
|
168975
|
+
"description": "Refer to a field defined in the input mesh by a name.",
|
|
168976
|
+
"type": "string"
|
|
168977
|
+
}
|
|
168978
|
+
},
|
|
168979
|
+
"additionalProperties": false,
|
|
168980
|
+
"required": [
|
|
168981
|
+
"from_mesh"
|
|
168982
|
+
]
|
|
168983
|
+
}
|
|
168984
|
+
]
|
|
168919
168985
|
}
|
|
168920
168986
|
},
|
|
168921
168987
|
"additionalProperties": false,
|
|
@@ -168927,7 +168993,7 @@
|
|
|
168927
168993
|
"additionalProperties": false,
|
|
168928
168994
|
"required": [
|
|
168929
168995
|
"MAT",
|
|
168930
|
-
"
|
|
168996
|
+
"MIX_Prestress_Strategy_Prescribed"
|
|
168931
168997
|
]
|
|
168932
168998
|
},
|
|
168933
168999
|
{
|
|
@@ -402409,5 +402475,5 @@
|
|
|
402409
402475
|
"PROBLEM TYPE"
|
|
402410
402476
|
],
|
|
402411
402477
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
402412
|
-
"$id": "
|
|
402478
|
+
"$id": "e24441297bcd6d7be0061f44362ee6fafae04423"
|
|
402413
402479
|
}
|
|
@@ -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.44.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 44, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'ga2e78d9f7'
|
|
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
|