FourCIPP 1.11.0__tar.gz → 1.13.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.
Files changed (65) hide show
  1. {fourcipp-1.11.0/src/FourCIPP.egg-info → fourcipp-1.13.0}/PKG-INFO +1 -1
  2. {fourcipp-1.11.0 → fourcipp-1.13.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  3. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/config/4C_metadata.yaml +69 -65
  4. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/config/4C_schema.json +4131 -4117
  5. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.11.0 → fourcipp-1.13.0}/.coveragerc +0 -0
  7. {fourcipp-1.11.0 → fourcipp-1.13.0}/.github/workflows/check_code.yaml +0 -0
  8. {fourcipp-1.11.0 → fourcipp-1.13.0}/.github/workflows/publish_pypi.yaml +0 -0
  9. {fourcipp-1.11.0 → fourcipp-1.13.0}/.github/workflows/run_testsuite.yaml +0 -0
  10. {fourcipp-1.11.0 → fourcipp-1.13.0}/.github/workflows/tag_version.yaml +0 -0
  11. {fourcipp-1.11.0 → fourcipp-1.13.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  12. {fourcipp-1.11.0 → fourcipp-1.13.0}/.gitignore +0 -0
  13. {fourcipp-1.11.0 → fourcipp-1.13.0}/.pre-commit-config.yaml +0 -0
  14. {fourcipp-1.11.0 → fourcipp-1.13.0}/LICENSE +0 -0
  15. {fourcipp-1.11.0 → fourcipp-1.13.0}/README.md +0 -0
  16. {fourcipp-1.11.0 → fourcipp-1.13.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  17. {fourcipp-1.11.0 → fourcipp-1.13.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  18. {fourcipp-1.11.0 → fourcipp-1.13.0}/pyproject.toml +0 -0
  19. {fourcipp-1.11.0 → fourcipp-1.13.0}/requirements.in +0 -0
  20. {fourcipp-1.11.0 → fourcipp-1.13.0}/requirements.txt +0 -0
  21. {fourcipp-1.11.0 → fourcipp-1.13.0}/setup.cfg +0 -0
  22. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/typing.py +0 -0
  44. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.11.0 → fourcipp-1.13.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  64. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/utils/test_validation.py +0 -0
  65. {fourcipp-1.11.0 → fourcipp-1.13.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.11.0
3
+ Version: 1.13.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.11.0
3
+ Version: 1.13.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,5 +1,5 @@
1
1
  metadata:
2
- commit_hash: a3088e3dcf5618a213ce5be4c0b44e77c6bd6d59
2
+ commit_hash: 1b3a5d0d52f4fae0de27d2b3a63797f73577e2f1
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -42964,6 +42964,58 @@ sections:
42964
42964
  - name: TAR_MAT
42965
42965
  type: int
42966
42966
  required: true
42967
+ - name: CONSTRAINT
42968
+ type: group
42969
+ required: false
42970
+ specs:
42971
+ - type: all_of
42972
+ specs:
42973
+ - name: CONSTRAINT_ENFORCEMENT
42974
+ type: enum
42975
+ description: "Type of constraint enforcement"
42976
+ required: true
42977
+ choices:
42978
+ - name: penalty
42979
+ - name: lagrange
42980
+ - name: PENALTY_PARAM
42981
+ type: double
42982
+ description: "Value of the penalty parameter"
42983
+ required: false
42984
+ default: 100000
42985
+ - name: CONSTRAINT/EMBEDDED MESH COUPLING
42986
+ type: group
42987
+ required: false
42988
+ specs:
42989
+ - type: all_of
42990
+ specs:
42991
+ - name: COUPLING_STRATEGY
42992
+ type: enum
42993
+ description: "Strategy to couple background and overlapping mesh"
42994
+ required: true
42995
+ choices:
42996
+ - name: mortar
42997
+ - name: MORTAR_SHAPE_FUNCTION
42998
+ type: enum
42999
+ description: "Shape functions that should be use in case of coupling using the Mortar/Lagrange Multiplier method "
43000
+ required: true
43001
+ choices:
43002
+ - name: quad4
43003
+ - name: quad9
43004
+ - name: nurbs9
43005
+ - name: CONSTRAINT/MULTI POINT
43006
+ type: group
43007
+ required: false
43008
+ specs:
43009
+ - type: all_of
43010
+ specs:
43011
+ - name: RVE_REFERENCE_POINTS
43012
+ type: enum
43013
+ description: "Method of definition of the reference points of an RVE"
43014
+ required: false
43015
+ default: automatic
43016
+ choices:
43017
+ - name: automatic
43018
+ - name: manual
42967
43019
  - name: CONTACT CONSTITUTIVE LAWS
42968
43020
  type: list
42969
43021
  required: false
@@ -51075,6 +51127,14 @@ sections:
51075
51127
  choices:
51076
51128
  - name: "integration"
51077
51129
  - name: "pointvalues"
51130
+ - name: TYPE
51131
+ type: enum
51132
+ description: "Type of krylov projection enforcement."
51133
+ required: false
51134
+ default: "projection"
51135
+ choices:
51136
+ - name: "constraint"
51137
+ - name: "projection"
51078
51138
  - name: DESIGN SURF MORTAR CONTACT CONDITIONS 3D
51079
51139
  type: list
51080
51140
  required: false
@@ -53305,6 +53365,14 @@ sections:
53305
53365
  choices:
53306
53366
  - name: "integration"
53307
53367
  - name: "pointvalues"
53368
+ - name: TYPE
53369
+ type: enum
53370
+ description: "Type of krylov projection enforcement."
53371
+ required: false
53372
+ default: "projection"
53373
+ choices:
53374
+ - name: "constraint"
53375
+ - name: "projection"
53308
53376
  - name: DESIGN VOL NEUMANN CONDITIONS
53309
53377
  type: list
53310
53378
  required: false
@@ -56493,43 +56561,6 @@ sections:
56493
56561
  - name: DL_SPEC_CAP
56494
56562
  type: double
56495
56563
  required: true
56496
- - name: EMBEDDED MESH COUPLING
56497
- type: group
56498
- required: false
56499
- specs:
56500
- - type: all_of
56501
- specs:
56502
- - name: COUPLING_STRATEGY
56503
- type: enum
56504
- description: "Strategy to couple background and overlapping mesh"
56505
- required: false
56506
- default: none
56507
- choices:
56508
- - name: none
56509
- - name: mortar
56510
- - name: MORTAR_SHAPE_FUNCTION
56511
- type: enum
56512
- description: "Shape functions that should be use in case of coupling using the Mortar/Lagrange Multiplier method "
56513
- required: false
56514
- default: none
56515
- choices:
56516
- - name: none
56517
- - name: quad4
56518
- - name: quad9
56519
- - name: nurbs9
56520
- - name: CONSTRAINT_ENFORCEMENT
56521
- type: enum
56522
- description: "Apply a constraint enforcement in the embedded mesh coupling strategy"
56523
- required: false
56524
- default: none
56525
- choices:
56526
- - name: none
56527
- - name: penalty
56528
- - name: CONSTRAINT_ENFORCEMENT_PENALTYPARAM
56529
- type: double
56530
- description: "Penalty parameter for the constraint enforcement in embedded mesh coupling"
56531
- required: false
56532
- default: 0
56533
56564
  - name: FLUID BEAM INTERACTION
56534
56565
  type: group
56535
56566
  required: false
@@ -103231,33 +103262,6 @@ sections:
103231
103262
  description: "Print details of the parallel distribution, i.e. number of nodes/elements for each rank."
103232
103263
  required: false
103233
103264
  default: true
103234
- - name: MULTI POINT CONSTRAINTS
103235
- type: group
103236
- required: false
103237
- specs:
103238
- - type: all_of
103239
- specs:
103240
- - name: RVE_REFERENCE_POINTS
103241
- type: enum
103242
- description: "Method of definition of the reference points of an RVE"
103243
- required: false
103244
- default: automatic
103245
- choices:
103246
- - name: automatic
103247
- - name: manual
103248
- - name: ENFORCEMENT
103249
- type: enum
103250
- description: "Method to enforce the multi point constraint"
103251
- required: false
103252
- default: "penalty_method"
103253
- choices:
103254
- - name: "lagrange_multiplier_method"
103255
- - name: "penalty_method"
103256
- - name: PENALTY_PARAM
103257
- type: double
103258
- description: "Value of the penalty parameter"
103259
- required: false
103260
- default: 100000
103261
103265
  - name: NURBS
103262
103266
  type: group
103263
103267
  required: false