FourCIPP 1.22.0__tar.gz → 1.24.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.22.0/src/FourCIPP.egg-info → fourcipp-1.24.0}/PKG-INFO +1 -1
  2. {fourcipp-1.22.0 → fourcipp-1.24.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  3. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/config/4C_metadata.yaml +7 -40
  4. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/config/4C_schema.json +14 -51
  5. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.22.0 → fourcipp-1.24.0}/.coveragerc +0 -0
  7. {fourcipp-1.22.0 → fourcipp-1.24.0}/.github/workflows/check_code.yaml +0 -0
  8. {fourcipp-1.22.0 → fourcipp-1.24.0}/.github/workflows/publish_pypi.yaml +0 -0
  9. {fourcipp-1.22.0 → fourcipp-1.24.0}/.github/workflows/run_testsuite.yaml +0 -0
  10. {fourcipp-1.22.0 → fourcipp-1.24.0}/.github/workflows/tag_version.yaml +0 -0
  11. {fourcipp-1.22.0 → fourcipp-1.24.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  12. {fourcipp-1.22.0 → fourcipp-1.24.0}/.gitignore +0 -0
  13. {fourcipp-1.22.0 → fourcipp-1.24.0}/.pre-commit-config.yaml +0 -0
  14. {fourcipp-1.22.0 → fourcipp-1.24.0}/LICENSE +0 -0
  15. {fourcipp-1.22.0 → fourcipp-1.24.0}/README.md +0 -0
  16. {fourcipp-1.22.0 → fourcipp-1.24.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  17. {fourcipp-1.22.0 → fourcipp-1.24.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  18. {fourcipp-1.22.0 → fourcipp-1.24.0}/pyproject.toml +0 -0
  19. {fourcipp-1.22.0 → fourcipp-1.24.0}/requirements.in +0 -0
  20. {fourcipp-1.22.0 → fourcipp-1.24.0}/requirements.txt +0 -0
  21. {fourcipp-1.22.0 → fourcipp-1.24.0}/setup.cfg +0 -0
  22. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/type_hinting.py +0 -0
  44. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.22.0 → fourcipp-1.24.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  64. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.22.0 → fourcipp-1.24.0}/tests/fourcipp/utils/test_validation.py +0 -0
  66. {fourcipp-1.22.0 → fourcipp-1.24.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.22.0
3
+ Version: 1.24.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.22.0
3
+ Version: 1.24.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: 031a4aa2752b825976bb1f934c35fc454d6e8c7e
2
+ commit_hash: 37fa31a1e6bd9674c05cf4a8e56854212c075a1e
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -76997,16 +76997,6 @@ sections:
76997
76997
  description: "Do you want to have binary output?"
76998
76998
  required: false
76999
76999
  default: true
77000
- - name: OUTPUT_EVERY_ITER
77001
- type: bool
77002
- description: "Do you desire structural displ. output every Newton iteration"
77003
- required: false
77004
- default: false
77005
- - name: OEI_FILE_COUNTER
77006
- type: int
77007
- description: "Add an output name affix by introducing a additional number"
77008
- required: false
77009
- default: 0
77010
77000
  - name: ELEMENT_MAT_ID
77011
77001
  type: bool
77012
77002
  description: "Output of the material id of each element"
@@ -77191,32 +77181,6 @@ sections:
77191
77181
  description: "write restart every RESTARTEVERY steps"
77192
77182
  required: false
77193
77183
  default: -1
77194
- - name: IO/EVERY ITERATION
77195
- type: group
77196
- required: false
77197
- specs:
77198
- - type: all_of
77199
- specs:
77200
- - name: OUTPUT_EVERY_ITER
77201
- type: bool
77202
- description: "Do you wish output every Newton iteration?"
77203
- required: false
77204
- default: false
77205
- - name: RUN_NUMBER
77206
- type: int
77207
- description: "Create a new folder for different runs of the same simulation. If equal -1, no folder is created."
77208
- required: false
77209
- default: -1
77210
- - name: STEP_NP_NUMBER
77211
- type: int
77212
- description: "Give the number of the step (i.e. step_{n+1}) for which you want to write the debug output. If a negative step number is provided, all steps willbe written."
77213
- required: false
77214
- default: -1
77215
- - name: WRITE_OWNER_EACH_NEWTON_ITER
77216
- type: bool
77217
- description: "If yes, the ownership of elements and nodes are written each Newton step, instead of only once per time/load step."
77218
- required: false
77219
- default: false
77220
77184
  - name: IO/MONITOR STRUCTURE DBC
77221
77185
  type: group
77222
77186
  required: false
@@ -95524,10 +95488,13 @@ sections:
95524
95488
  specs:
95525
95489
  - name: PRESTRETCH
95526
95490
  type: vector
95527
- size: 6
95491
+ size: 3
95528
95492
  value_type:
95529
- type: double
95530
- description: "Definition of the prestretch as a 6x1 vector [xx, yy, zz, xy, yz, xz]"
95493
+ type: vector
95494
+ size: 3
95495
+ value_type:
95496
+ type: double
95497
+ description: "Definition of the (symmetric) prestretch tensor"
95531
95498
  required: true
95532
95499
  - type: all_of
95533
95500
  specs:
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 031a4aa2752b825976bb1f934c35fc454d6e8c7e\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 37fa31a1e6bd9674c05cf4a8e56854212c075a1e\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -131486,18 +131486,6 @@
131486
131486
  "default": true,
131487
131487
  "type": "boolean"
131488
131488
  },
131489
- "OUTPUT_EVERY_ITER": {
131490
- "title": "OUTPUT_EVERY_ITER (bool)",
131491
- "description": "Do you desire structural displ. output every Newton iteration",
131492
- "default": false,
131493
- "type": "boolean"
131494
- },
131495
- "OEI_FILE_COUNTER": {
131496
- "title": "OEI_FILE_COUNTER (int)",
131497
- "description": "Add an output name affix by introducing a additional number",
131498
- "default": 0,
131499
- "type": "integer"
131500
- },
131501
131489
  "ELEMENT_MAT_ID": {
131502
131490
  "title": "ELEMENT_MAT_ID (bool)",
131503
131491
  "description": "Output of the material id of each element",
@@ -131728,38 +131716,6 @@
131728
131716
  },
131729
131717
  "additionalProperties": false
131730
131718
  },
131731
- "IO/EVERY ITERATION": {
131732
- "title": "IO/EVERY ITERATION (group)",
131733
- "description": "No description yet.",
131734
- "type": "object",
131735
- "properties": {
131736
- "OUTPUT_EVERY_ITER": {
131737
- "title": "OUTPUT_EVERY_ITER (bool)",
131738
- "description": "Do you wish output every Newton iteration?",
131739
- "default": false,
131740
- "type": "boolean"
131741
- },
131742
- "RUN_NUMBER": {
131743
- "title": "RUN_NUMBER (int)",
131744
- "description": "Create a new folder for different runs of the same simulation. If equal -1, no folder is created.",
131745
- "default": -1,
131746
- "type": "integer"
131747
- },
131748
- "STEP_NP_NUMBER": {
131749
- "title": "STEP_NP_NUMBER (int)",
131750
- "description": "Give the number of the step (i.e. step_{n+1}) for which you want to write the debug output. If a negative step number is provided, all steps willbe written.",
131751
- "default": -1,
131752
- "type": "integer"
131753
- },
131754
- "WRITE_OWNER_EACH_NEWTON_ITER": {
131755
- "title": "WRITE_OWNER_EACH_NEWTON_ITER (bool)",
131756
- "description": "If yes, the ownership of elements and nodes are written each Newton step, instead of only once per time/load step.",
131757
- "default": false,
131758
- "type": "boolean"
131759
- }
131760
- },
131761
- "additionalProperties": false
131762
- },
131763
131719
  "IO/MONITOR STRUCTURE DBC": {
131764
131720
  "title": "IO/MONITOR STRUCTURE DBC (group)",
131765
131721
  "description": "No description yet.",
@@ -168125,14 +168081,21 @@
168125
168081
  "properties": {
168126
168082
  "PRESTRETCH": {
168127
168083
  "title": "PRESTRETCH (vector)",
168128
- "description": "Definition of the prestretch as a 6x1 vector [xx, yy, zz, xy, yz, xz]",
168084
+ "description": "Definition of the (symmetric) prestretch tensor",
168129
168085
  "type": "array",
168130
168086
  "items": {
168131
- "title": "double",
168132
- "type": "number"
168087
+ "title": "vector",
168088
+ "description": "No description yet.",
168089
+ "type": "array",
168090
+ "items": {
168091
+ "title": "double",
168092
+ "type": "number"
168093
+ },
168094
+ "minItems": 3,
168095
+ "maxItems": 3
168133
168096
  },
168134
- "minItems": 6,
168135
- "maxItems": 6
168097
+ "minItems": 3,
168098
+ "maxItems": 3
168136
168099
  }
168137
168100
  },
168138
168101
  "additionalProperties": false,
@@ -401180,5 +401143,5 @@
401180
401143
  "PROBLEM TYPE"
401181
401144
  ],
401182
401145
  "$schema": "https://json-schema.org/draft/2020-12/schema",
401183
- "$id": "031a4aa2752b825976bb1f934c35fc454d6e8c7e"
401146
+ "$id": "37fa31a1e6bd9674c05cf4a8e56854212c075a1e"
401184
401147
  }
@@ -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.22.0'
32
- __version_tuple__ = version_tuple = (1, 22, 0)
31
+ __version__ = version = '1.24.0'
32
+ __version_tuple__ = version_tuple = (1, 24, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g317c2cbf0'
34
+ __commit_id__ = commit_id = 'g009a43c11'
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