FourCIPP 1.11.0__py3-none-any.whl → 1.12.0__py3-none-any.whl
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/config/4C_metadata.yaml +8 -13
- fourcipp/config/4C_schema.json +5417 -5417
- fourcipp/version.py +2 -2
- {fourcipp-1.11.0.dist-info → fourcipp-1.12.0.dist-info}/METADATA +1 -1
- {fourcipp-1.11.0.dist-info → fourcipp-1.12.0.dist-info}/RECORD +9 -9
- {fourcipp-1.11.0.dist-info → fourcipp-1.12.0.dist-info}/WHEEL +0 -0
- {fourcipp-1.11.0.dist-info → fourcipp-1.12.0.dist-info}/entry_points.txt +0 -0
- {fourcipp-1.11.0.dist-info → fourcipp-1.12.0.dist-info}/licenses/LICENSE +0 -0
- {fourcipp-1.11.0.dist-info → fourcipp-1.12.0.dist-info}/top_level.txt +0 -0
fourcipp/config/4C_metadata.yaml
CHANGED
|
@@ -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"
|