FourCIPP 1.37.0__tar.gz → 1.39.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 (66) hide show
  1. {fourcipp-1.37.0/src/FourCIPP.egg-info → fourcipp-1.39.0}/PKG-INFO +1 -1
  2. {fourcipp-1.37.0 → fourcipp-1.39.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  3. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/config/4C_metadata.yaml +12 -4
  4. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/config/4C_schema.json +18 -5
  5. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.37.0 → fourcipp-1.39.0}/.coveragerc +0 -0
  7. {fourcipp-1.37.0 → fourcipp-1.39.0}/.github/workflows/check_code.yaml +0 -0
  8. {fourcipp-1.37.0 → fourcipp-1.39.0}/.github/workflows/publish_pypi.yaml +0 -0
  9. {fourcipp-1.37.0 → fourcipp-1.39.0}/.github/workflows/run_testsuite.yaml +0 -0
  10. {fourcipp-1.37.0 → fourcipp-1.39.0}/.github/workflows/tag_version.yaml +0 -0
  11. {fourcipp-1.37.0 → fourcipp-1.39.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  12. {fourcipp-1.37.0 → fourcipp-1.39.0}/.gitignore +0 -0
  13. {fourcipp-1.37.0 → fourcipp-1.39.0}/.pre-commit-config.yaml +0 -0
  14. {fourcipp-1.37.0 → fourcipp-1.39.0}/LICENSE +0 -0
  15. {fourcipp-1.37.0 → fourcipp-1.39.0}/README.md +0 -0
  16. {fourcipp-1.37.0 → fourcipp-1.39.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  17. {fourcipp-1.37.0 → fourcipp-1.39.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  18. {fourcipp-1.37.0 → fourcipp-1.39.0}/pyproject.toml +0 -0
  19. {fourcipp-1.37.0 → fourcipp-1.39.0}/requirements.in +0 -0
  20. {fourcipp-1.37.0 → fourcipp-1.39.0}/requirements.txt +0 -0
  21. {fourcipp-1.37.0 → fourcipp-1.39.0}/setup.cfg +0 -0
  22. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/type_hinting.py +0 -0
  44. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.37.0 → fourcipp-1.39.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  64. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.37.0 → fourcipp-1.39.0}/tests/fourcipp/utils/test_validation.py +0 -0
  66. {fourcipp-1.37.0 → fourcipp-1.39.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.37.0
3
+ Version: 1.39.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.37.0
3
+ Version: 1.39.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: 1e8480ca7ac03584d421b80cf35771a370083bb9
2
+ commit_hash: 9e8bb66ef462434dce69d35bfc0ea1a26c46cd93
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -7280,7 +7280,7 @@ sections:
7280
7280
  type: bool
7281
7281
  description: "choose between original or enhanced gapfunction"
7282
7282
  required: false
7283
- default: false
7283
+ default: true
7284
7284
  - name: BEAMS_SEGCON
7285
7285
  type: bool
7286
7286
  description: "choose between beam contact with and without subsegment generation"
@@ -42587,7 +42587,7 @@ sections:
42587
42587
  type: int
42588
42588
  description: "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities."
42589
42589
  required: false
42590
- default: 1
42590
+ default: 0
42591
42591
  - name: RESEVERYERGY
42592
42592
  type: int
42593
42593
  description: "write system energies every requested step"
@@ -42597,7 +42597,7 @@ sections:
42597
42597
  type: int
42598
42598
  description: "write restart possibility every RESTARTEVERY steps"
42599
42599
  required: false
42600
- default: 1
42600
+ default: 0
42601
42601
  - name: CALC_ACC_ON_RESTART
42602
42602
  type: bool
42603
42603
  description: "Compute the initial state for a restart dynamics analysis"
@@ -45234,6 +45234,14 @@ sections:
45234
45234
  description: "Relative tolerance for finite difference check"
45235
45235
  required: false
45236
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
45237
45245
  - name: calculate_error_to_analytical_solution
45238
45246
  type: group
45239
45247
  required: false
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 1e8480ca7ac03584d421b80cf35771a370083bb9\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 9e8bb66ef462434dce69d35bfc0ea1a26c46cd93\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -68793,7 +68793,7 @@
68793
68793
  "BEAMS_NEWGAP": {
68794
68794
  "title": "BEAMS_NEWGAP (bool)",
68795
68795
  "description": "choose between original or enhanced gapfunction",
68796
- "default": false,
68796
+ "default": true,
68797
68797
  "type": "boolean"
68798
68798
  },
68799
68799
  "BEAMS_SEGCON": {
@@ -257641,7 +257641,7 @@
257641
257641
  "RESULTSEVERY": {
257642
257642
  "title": "RESULTSEVERY (int)",
257643
257643
  "description": "Write old HDF5-based output every RESULTSEVERY steps. Used for old structure time integration and Contact quantities.",
257644
- "default": 1,
257644
+ "default": 0,
257645
257645
  "type": "integer"
257646
257646
  },
257647
257647
  "RESEVERYERGY": {
@@ -257653,7 +257653,7 @@
257653
257653
  "RESTARTEVERY": {
257654
257654
  "title": "RESTARTEVERY (int)",
257655
257655
  "description": "write restart possibility every RESTARTEVERY steps",
257656
- "default": 1,
257656
+ "default": 0,
257657
257657
  "type": "integer"
257658
257658
  },
257659
257659
  "CALC_ACC_ON_RESTART": {
@@ -397581,6 +397581,19 @@
397581
397581
  },
397582
397582
  "additionalProperties": false
397583
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
+ },
397584
397597
  "calculate_error_to_analytical_solution": {
397585
397598
  "title": "calculate_error_to_analytical_solution (group)",
397586
397599
  "description": "No description yet.",
@@ -402413,5 +402426,5 @@
402413
402426
  "PROBLEM TYPE"
402414
402427
  ],
402415
402428
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402416
- "$id": "1e8480ca7ac03584d421b80cf35771a370083bb9"
402429
+ "$id": "9e8bb66ef462434dce69d35bfc0ea1a26c46cd93"
402417
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.37.0'
32
- __version_tuple__ = version_tuple = (1, 37, 0)
31
+ __version__ = version = '1.39.0'
32
+ __version_tuple__ = version_tuple = (1, 39, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g3c63c730c'
34
+ __commit_id__ = commit_id = 'gdf004be1a'
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