FourCIPP 1.43.0__py3-none-any.whl → 1.45.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.
@@ -1,5 +1,5 @@
1
1
  metadata:
2
- commit_hash: 36ff9159dce9030d3e3edf21dd442b22d98f18ca
2
+ commit_hash: 088a417379c4e08cc000f5a5082238e005d5b2d5
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -29113,7 +29113,7 @@ sections:
29113
29113
  - name: MAT
29114
29114
  type: int
29115
29115
  required: true
29116
- - name: MIX_Prestress_Strategy_Constant
29116
+ - name: MIX_Prestress_Strategy_Prescribed
29117
29117
  type: group
29118
29118
  description: Simple predefined prestress
29119
29119
  required: true
@@ -29121,15 +29121,40 @@ sections:
29121
29121
  - type: all_of
29122
29122
  specs:
29123
29123
  - name: PRESTRETCH
29124
- type: vector
29125
- size: 3
29126
- value_type:
29127
- type: vector
29128
- size: 3
29129
- value_type:
29130
- type: double
29131
- description: "Definition of the (symmetric) prestretch tensor"
29124
+ type: selection
29125
+ description: "Field of a symmetric prestretch tensor."
29132
29126
  required: true
29127
+ choices:
29128
+ - name: constant
29129
+ spec:
29130
+ name: constant
29131
+ type: vector
29132
+ size: 3
29133
+ value_type:
29134
+ type: vector
29135
+ size: 3
29136
+ value_type:
29137
+ type: double
29138
+ description: "Constant value for the field."
29139
+ required: true
29140
+ - name: from_file
29141
+ spec:
29142
+ name: from_file
29143
+ type: path
29144
+ description: "Path to a file containing the input field data."
29145
+ required: true
29146
+ - name: field_reference
29147
+ spec:
29148
+ name: field_reference
29149
+ type: string
29150
+ description: "Refer to a globally defined field by a name."
29151
+ required: true
29152
+ - name: from_mesh
29153
+ spec:
29154
+ name: from_mesh
29155
+ type: string
29156
+ description: "Refer to a field defined in the input mesh by a name."
29157
+ required: true
29133
29158
  - type: all_of
29134
29159
  specs:
29135
29160
  - name: MAT
@@ -36761,7 +36786,7 @@ sections:
36761
36786
  choices:
36762
36787
  - name: none
36763
36788
  - name: hypergraph
36764
- - name: recursive_coordinate_bisection
36789
+ - name: multijagged
36765
36790
  - name: monolithic
36766
36791
  - name: IMBALANCE_TOL
36767
36792
  type: double
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 36ff9159dce9030d3e3edf21dd442b22d98f18ca\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 088a417379c4e08cc000f5a5082238e005d5b2d5\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -168885,8 +168885,8 @@
168885
168885
  ]
168886
168886
  },
168887
168887
  {
168888
- "title": "MIX_Prestress_Strategy_Constant, MAT",
168889
- "description": "MIX_Prestress_Strategy_Constant, MAT",
168888
+ "title": "MIX_Prestress_Strategy_Prescribed, MAT",
168889
+ "description": "MIX_Prestress_Strategy_Prescribed, MAT",
168890
168890
  "type": "object",
168891
168891
  "properties": {
168892
168892
  "MAT": {
@@ -168894,28 +168894,94 @@
168894
168894
  "description": "No description yet.",
168895
168895
  "type": "integer"
168896
168896
  },
168897
- "MIX_Prestress_Strategy_Constant": {
168898
- "title": "MIX_Prestress_Strategy_Constant (group)",
168897
+ "MIX_Prestress_Strategy_Prescribed": {
168898
+ "title": "MIX_Prestress_Strategy_Prescribed (group)",
168899
168899
  "description": "Simple predefined prestress",
168900
168900
  "type": "object",
168901
168901
  "properties": {
168902
168902
  "PRESTRETCH": {
168903
- "title": "PRESTRETCH (vector)",
168904
- "description": "Definition of the (symmetric) prestretch tensor",
168905
- "type": "array",
168906
- "items": {
168907
- "title": "vector",
168908
- "description": "No description yet.",
168909
- "type": "array",
168910
- "items": {
168911
- "title": "double",
168912
- "type": "number"
168903
+ "title": "PRESTRETCH (selection)",
168904
+ "description": "Field of a symmetric prestretch tensor.",
168905
+ "type": "object",
168906
+ "oneOf": [
168907
+ {
168908
+ "title": "constant",
168909
+ "description": "Constant value for the field.",
168910
+ "type": "object",
168911
+ "properties": {
168912
+ "constant": {
168913
+ "title": "constant (vector)",
168914
+ "description": "Constant value for the field.",
168915
+ "type": "array",
168916
+ "items": {
168917
+ "title": "vector",
168918
+ "description": "No description yet.",
168919
+ "type": "array",
168920
+ "items": {
168921
+ "title": "double",
168922
+ "type": "number"
168923
+ },
168924
+ "minItems": 3,
168925
+ "maxItems": 3
168926
+ },
168927
+ "minItems": 3,
168928
+ "maxItems": 3
168929
+ }
168930
+ },
168931
+ "additionalProperties": false,
168932
+ "required": [
168933
+ "constant"
168934
+ ]
168913
168935
  },
168914
- "minItems": 3,
168915
- "maxItems": 3
168916
- },
168917
- "minItems": 3,
168918
- "maxItems": 3
168936
+ {
168937
+ "title": "from_file",
168938
+ "description": "Path to a file containing the input field data.",
168939
+ "type": "object",
168940
+ "properties": {
168941
+ "from_file": {
168942
+ "title": "from_file (path)",
168943
+ "description": "Path to a file containing the input field data.",
168944
+ "type": "string"
168945
+ }
168946
+ },
168947
+ "additionalProperties": false,
168948
+ "required": [
168949
+ "from_file"
168950
+ ]
168951
+ },
168952
+ {
168953
+ "title": "field_reference",
168954
+ "description": "Refer to a globally defined field by a name.",
168955
+ "type": "object",
168956
+ "properties": {
168957
+ "field_reference": {
168958
+ "title": "field_reference (string)",
168959
+ "description": "Refer to a globally defined field by a name.",
168960
+ "type": "string"
168961
+ }
168962
+ },
168963
+ "additionalProperties": false,
168964
+ "required": [
168965
+ "field_reference"
168966
+ ]
168967
+ },
168968
+ {
168969
+ "title": "from_mesh",
168970
+ "description": "Refer to a field defined in the input mesh by a name.",
168971
+ "type": "object",
168972
+ "properties": {
168973
+ "from_mesh": {
168974
+ "title": "from_mesh (string)",
168975
+ "description": "Refer to a field defined in the input mesh by a name.",
168976
+ "type": "string"
168977
+ }
168978
+ },
168979
+ "additionalProperties": false,
168980
+ "required": [
168981
+ "from_mesh"
168982
+ ]
168983
+ }
168984
+ ]
168919
168985
  }
168920
168986
  },
168921
168987
  "additionalProperties": false,
@@ -168927,7 +168993,7 @@
168927
168993
  "additionalProperties": false,
168928
168994
  "required": [
168929
168995
  "MAT",
168930
- "MIX_Prestress_Strategy_Constant"
168996
+ "MIX_Prestress_Strategy_Prescribed"
168931
168997
  ]
168932
168998
  },
168933
168999
  {
@@ -181423,7 +181489,7 @@
181423
181489
  "enum": [
181424
181490
  "none",
181425
181491
  "hypergraph",
181426
- "recursive_coordinate_bisection",
181492
+ "multijagged",
181427
181493
  "monolithic"
181428
181494
  ]
181429
181495
  },
@@ -402409,5 +402475,5 @@
402409
402475
  "PROBLEM TYPE"
402410
402476
  ],
402411
402477
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402412
- "$id": "36ff9159dce9030d3e3edf21dd442b22d98f18ca"
402478
+ "$id": "088a417379c4e08cc000f5a5082238e005d5b2d5"
402413
402479
  }
fourcipp/version.py CHANGED
@@ -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.43.0'
32
- __version_tuple__ = version_tuple = (1, 43, 0)
31
+ __version__ = version = '1.45.0'
32
+ __version_tuple__ = version_tuple = (1, 45, 0)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.43.0
3
+ Version: 1.45.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,8 +1,8 @@
1
1
  fourcipp/__init__.py,sha256=4pz7DVXErSbUcLqPTaHnQfdJzKkpfZDivBqbHbTgpRE,1388
2
2
  fourcipp/fourc_input.py,sha256=U_1b3XtZpXZfRV3ZAWiZzpAKtLWWrdBXow2r3wNPWao,24720
3
- fourcipp/version.py,sha256=9ytRZ2Yka4_txqqqY2iXWd2yQiXsjbUMCnR5a5N5uWw,706
4
- fourcipp/config/4C_metadata.yaml,sha256=lmkJLYyM5sUFEKI4JlO8Z1jPoTtxgRANpdl7bZabpSE,2609607
5
- fourcipp/config/4C_schema.json,sha256=A1RDHzgbxlsS_bsTP6S3EoZjFmw9nNWXaQbH_qoxRZQ,16559522
3
+ fourcipp/version.py,sha256=Iyuh3mKHNPKuco4HwmcqY3zgtlmEPYk7IpRJMc1IzDw,706
4
+ fourcipp/config/4C_metadata.yaml,sha256=27rbc1-Yh5qHfm5p72GEo6VULb7BNVhJxCDDybxjMNk,2610967
5
+ fourcipp/config/4C_schema.json,sha256=RElAia3llr1b95b2W-iL-29xkQKMBY9ZLRCiaxkce7w,16562525
6
6
  fourcipp/config/config.yaml,sha256=n2c2a6E4HKfAdNWOQz1kLUuf5p4NLxIddaAi2t5eM38,460
7
7
  fourcipp/legacy_io/__init__.py,sha256=L3MWW-WjPbPAJVX8Z0Uheftn0dRPnqNnSBic3uloFhI,5750
8
8
  fourcipp/legacy_io/element.py,sha256=rP8F-m-8ZCwCxtV_OASvvLeNYr01zsmgZsDZSJ_G1gY,3977
@@ -20,9 +20,9 @@ fourcipp/utils/not_set.py,sha256=NHf0UXDmTuZfvfnIIgkkx4EohxRsN4MVUHUpt7VOnaQ,243
20
20
  fourcipp/utils/type_hinting.py,sha256=izPEhbMdmhrIBamCLqqF_6iDZW-w7a8kplUugbQILyw,1714
21
21
  fourcipp/utils/validation.py,sha256=FejHOj1MddaU7gEpMN-f8Mz3rYjflakd1qcsKnctHqA,5292
22
22
  fourcipp/utils/yaml_io.py,sha256=jPgVnxE858XTpDC6BVhfbbljQegL58zc3u2VPYCTvGE,5771
23
- fourcipp-1.43.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
- fourcipp-1.43.0.dist-info/METADATA,sha256=l6fMTZy3JvfBDDroH_tfS2rXECZVIvJz9VyliiULevE,7960
25
- fourcipp-1.43.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- fourcipp-1.43.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
- fourcipp-1.43.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
- fourcipp-1.43.0.dist-info/RECORD,,
23
+ fourcipp-1.45.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
+ fourcipp-1.45.0.dist-info/METADATA,sha256=CEM69PfhSShTLpfbt5ReTYPHe65uF3zpj8GIyTWHhQM,7960
25
+ fourcipp-1.45.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ fourcipp-1.45.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
+ fourcipp-1.45.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
+ fourcipp-1.45.0.dist-info/RECORD,,