FourCIPP 1.36.0__tar.gz → 1.38.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.36.0/src/FourCIPP.egg-info → fourcipp-1.38.0}/PKG-INFO +1 -1
- {fourcipp-1.36.0 → fourcipp-1.38.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/config/4C_metadata.yaml +22 -1
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/config/4C_schema.json +31 -2
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.coveragerc +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.gitignore +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/LICENSE +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/README.md +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/pyproject.toml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/requirements.in +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/requirements.txt +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/setup.cfg +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/type_hinting.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/__init__.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/conftest.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/test_metadata.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.36.0 → fourcipp-1.38.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -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:
|
|
@@ -7604,6 +7604,19 @@ sections:
|
|
|
7604
7604
|
description: "Factor multiplied with sum of cross section radii to define valid projection distance"
|
|
7605
7605
|
required: false
|
|
7606
7606
|
default: 2
|
|
7607
|
+
- name: MAX_NUMBER_OF_PAIRS_PER_ELEMENT
|
|
7608
|
+
type: int
|
|
7609
|
+
description: "How many Lagrange multipliers shall be allocated per beam element"
|
|
7610
|
+
required: false
|
|
7611
|
+
default: 0
|
|
7612
|
+
- name: CONSTRAINT_ENFORCEMENT
|
|
7613
|
+
type: enum
|
|
7614
|
+
description: "How the constraints for this condition shall be enforced"
|
|
7615
|
+
required: false
|
|
7616
|
+
default: penalty_direct
|
|
7617
|
+
choices:
|
|
7618
|
+
- name: penalty_direct
|
|
7619
|
+
- name: penalty_indirect
|
|
7607
7620
|
- name: BEAM INTERACTION/BEAM TO SOLID EDGE CONTACT
|
|
7608
7621
|
type: group
|
|
7609
7622
|
description: Parameters for beam-to-solid edge contact.
|
|
@@ -45221,6 +45234,14 @@ sections:
|
|
|
45221
45234
|
description: "Relative tolerance for finite difference check"
|
|
45222
45235
|
required: false
|
|
45223
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
|
|
45224
45245
|
- name: calculate_error_to_analytical_solution
|
|
45225
45246
|
type: group
|
|
45226
45247
|
required: false
|
|
@@ -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": {
|
|
@@ -69197,6 +69197,22 @@
|
|
|
69197
69197
|
"description": "Factor multiplied with sum of cross section radii to define valid projection distance",
|
|
69198
69198
|
"default": 2,
|
|
69199
69199
|
"type": "number"
|
|
69200
|
+
},
|
|
69201
|
+
"MAX_NUMBER_OF_PAIRS_PER_ELEMENT": {
|
|
69202
|
+
"title": "MAX_NUMBER_OF_PAIRS_PER_ELEMENT (int)",
|
|
69203
|
+
"description": "How many Lagrange multipliers shall be allocated per beam element",
|
|
69204
|
+
"default": 0,
|
|
69205
|
+
"type": "integer"
|
|
69206
|
+
},
|
|
69207
|
+
"CONSTRAINT_ENFORCEMENT": {
|
|
69208
|
+
"title": "CONSTRAINT_ENFORCEMENT (enum)",
|
|
69209
|
+
"description": "How the constraints for this condition shall be enforced",
|
|
69210
|
+
"default": "penalty_direct",
|
|
69211
|
+
"type": "string",
|
|
69212
|
+
"enum": [
|
|
69213
|
+
"penalty_direct",
|
|
69214
|
+
"penalty_indirect"
|
|
69215
|
+
]
|
|
69200
69216
|
}
|
|
69201
69217
|
},
|
|
69202
69218
|
"additionalProperties": false,
|
|
@@ -397565,6 +397581,19 @@
|
|
|
397565
397581
|
},
|
|
397566
397582
|
"additionalProperties": false
|
|
397567
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
|
+
},
|
|
397568
397597
|
"calculate_error_to_analytical_solution": {
|
|
397569
397598
|
"title": "calculate_error_to_analytical_solution (group)",
|
|
397570
397599
|
"description": "No description yet.",
|
|
@@ -402397,5 +402426,5 @@
|
|
|
402397
402426
|
"PROBLEM TYPE"
|
|
402398
402427
|
],
|
|
402399
402428
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
402400
|
-
"$id": "
|
|
402429
|
+
"$id": "032da514792e3fd6ee89cb4466d0dad532177280"
|
|
402401
402430
|
}
|
|
@@ -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
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g7661f8b27'
|
|
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
|