FourCIPP 1.10.0__tar.gz → 1.12.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.10.0/src/FourCIPP.egg-info → fourcipp-1.12.0}/PKG-INFO +1 -1
- {fourcipp-1.10.0 → fourcipp-1.12.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/config/4C_metadata.yaml +9 -14
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/config/4C_schema.json +3050 -3050
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.coveragerc +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.gitignore +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/LICENSE +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/README.md +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/pyproject.toml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/requirements.in +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/requirements.txt +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/setup.cfg +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/typing.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/__init__.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/conftest.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.10.0 → fourcipp-1.12.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
2
|
+
commit_hash: e6a49da4888b21d37234e872acd45ab1cfcd6bb2
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -56502,29 +56502,24 @@ sections:
|
|
|
56502
56502
|
- name: COUPLING_STRATEGY
|
|
56503
56503
|
type: enum
|
|
56504
56504
|
description: "Strategy to couple background and overlapping mesh"
|
|
56505
|
-
required:
|
|
56506
|
-
default: none
|
|
56505
|
+
required: true
|
|
56507
56506
|
choices:
|
|
56508
|
-
- name: none
|
|
56509
56507
|
- name: mortar
|
|
56510
56508
|
- name: MORTAR_SHAPE_FUNCTION
|
|
56511
56509
|
type: enum
|
|
56512
56510
|
description: "Shape functions that should be use in case of coupling using the Mortar/Lagrange Multiplier method "
|
|
56513
|
-
required:
|
|
56514
|
-
default: none
|
|
56511
|
+
required: true
|
|
56515
56512
|
choices:
|
|
56516
|
-
- name: none
|
|
56517
56513
|
- name: quad4
|
|
56518
56514
|
- name: quad9
|
|
56519
56515
|
- name: nurbs9
|
|
56520
56516
|
- name: CONSTRAINT_ENFORCEMENT
|
|
56521
56517
|
type: enum
|
|
56522
56518
|
description: "Apply a constraint enforcement in the embedded mesh coupling strategy"
|
|
56523
|
-
required:
|
|
56524
|
-
default: none
|
|
56519
|
+
required: true
|
|
56525
56520
|
choices:
|
|
56526
|
-
- name: none
|
|
56527
56521
|
- name: penalty
|
|
56522
|
+
- name: lagrange
|
|
56528
56523
|
- name: CONSTRAINT_ENFORCEMENT_PENALTYPARAM
|
|
56529
56524
|
type: double
|
|
56530
56525
|
description: "Penalty parameter for the constraint enforcement in embedded mesh coupling"
|
|
@@ -103249,10 +103244,10 @@ sections:
|
|
|
103249
103244
|
type: enum
|
|
103250
103245
|
description: "Method to enforce the multi point constraint"
|
|
103251
103246
|
required: false
|
|
103252
|
-
default:
|
|
103247
|
+
default: penalty
|
|
103253
103248
|
choices:
|
|
103254
|
-
- name:
|
|
103255
|
-
- name:
|
|
103249
|
+
- name: penalty
|
|
103250
|
+
- name: lagrange
|
|
103256
103251
|
- name: PENALTY_PARAM
|
|
103257
103252
|
type: double
|
|
103258
103253
|
description: "Value of the penalty parameter"
|
|
@@ -211296,7 +211291,7 @@ sections:
|
|
|
211296
211291
|
default: 0
|
|
211297
211292
|
- name: USE_PORO_PRESSURE
|
|
211298
211293
|
type: bool
|
|
211299
|
-
description: "the extrapolation of the fluid stress in the contact zone is relaxed to zero after a
|
|
211294
|
+
description: "the extrapolation of the fluid stress in the contact zone is relaxed to zero after a certain distance"
|
|
211300
211295
|
required: false
|
|
211301
211296
|
default: true
|
|
211302
211297
|
- name: beam_potential
|