FourCIPP 1.36.0__py3-none-any.whl → 1.37.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: edfd653314abc722fc3c1208e949f43c00f0d59a
2
+ commit_hash: 1e8480ca7ac03584d421b80cf35771a370083bb9
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -7604,6 +7604,19 @@ sections:
7604
7604
  description: "Factor multiplied with sum of cross section radii to define valid projection distance"
7605
7605
  required: false
7606
7606
  default: 2
7607
+ - name: MAX_NUMBER_OF_PAIRS_PER_ELEMENT
7608
+ type: int
7609
+ description: "How many Lagrange multipliers shall be allocated per beam element"
7610
+ required: false
7611
+ default: 0
7612
+ - name: CONSTRAINT_ENFORCEMENT
7613
+ type: enum
7614
+ description: "How the constraints for this condition shall be enforced"
7615
+ required: false
7616
+ default: penalty_direct
7617
+ choices:
7618
+ - name: penalty_direct
7619
+ - name: penalty_indirect
7607
7620
  - name: BEAM INTERACTION/BEAM TO SOLID EDGE CONTACT
7608
7621
  type: group
7609
7622
  description: Parameters for beam-to-solid edge contact.
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: edfd653314abc722fc3c1208e949f43c00f0d59a\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 1e8480ca7ac03584d421b80cf35771a370083bb9\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -69197,6 +69197,22 @@
69197
69197
  "description": "Factor multiplied with sum of cross section radii to define valid projection distance",
69198
69198
  "default": 2,
69199
69199
  "type": "number"
69200
+ },
69201
+ "MAX_NUMBER_OF_PAIRS_PER_ELEMENT": {
69202
+ "title": "MAX_NUMBER_OF_PAIRS_PER_ELEMENT (int)",
69203
+ "description": "How many Lagrange multipliers shall be allocated per beam element",
69204
+ "default": 0,
69205
+ "type": "integer"
69206
+ },
69207
+ "CONSTRAINT_ENFORCEMENT": {
69208
+ "title": "CONSTRAINT_ENFORCEMENT (enum)",
69209
+ "description": "How the constraints for this condition shall be enforced",
69210
+ "default": "penalty_direct",
69211
+ "type": "string",
69212
+ "enum": [
69213
+ "penalty_direct",
69214
+ "penalty_indirect"
69215
+ ]
69200
69216
  }
69201
69217
  },
69202
69218
  "additionalProperties": false,
@@ -402397,5 +402413,5 @@
402397
402413
  "PROBLEM TYPE"
402398
402414
  ],
402399
402415
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402400
- "$id": "edfd653314abc722fc3c1208e949f43c00f0d59a"
402416
+ "$id": "1e8480ca7ac03584d421b80cf35771a370083bb9"
402401
402417
  }
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.36.0'
32
- __version_tuple__ = version_tuple = (1, 36, 0)
31
+ __version__ = version = '1.37.0'
32
+ __version_tuple__ = version_tuple = (1, 37, 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.36.0
3
+ Version: 1.37.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=wzozzT1sMGgch_KfOp1XVXzDr0eAntuPoKi7UDjnJ1U,706
4
- fourcipp/config/4C_metadata.yaml,sha256=O26oVa2vOGzSfrPbEahgdtZI2hTN1onnjT68Mzpc99o,2611406
5
- fourcipp/config/4C_schema.json,sha256=8PP7NQUBsZZ8vL_yZvH-RDR_dOQjNiwlRWVKLrTtK2w,16559657
3
+ fourcipp/version.py,sha256=7iM6FVCB7yNzIZ7z59U_U2d_x0RefLoRa1YrPtAszvk,706
4
+ fourcipp/config/4C_metadata.yaml,sha256=OxfCML-UNuc984LxZ7a7OoqsCS7IDqASH4379HN00pE,2612035
5
+ fourcipp/config/4C_schema.json,sha256=opLozFoUxjV-jl01FHq_t_7GhTr2fZqWqvbEdEMO8zM,16560359
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.36.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
- fourcipp-1.36.0.dist-info/METADATA,sha256=Sz7vTxr1i3P5zt8oyo0xDMZPuV6gA-ZrsRUVDNqc4Gs,7960
25
- fourcipp-1.36.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- fourcipp-1.36.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
- fourcipp-1.36.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
- fourcipp-1.36.0.dist-info/RECORD,,
23
+ fourcipp-1.37.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
+ fourcipp-1.37.0.dist-info/METADATA,sha256=njlp_1mFrhTauj7DzLoUf8IoWeo5wLmS8zH-s7urQeA,7960
25
+ fourcipp-1.37.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ fourcipp-1.37.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
+ fourcipp-1.37.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
+ fourcipp-1.37.0.dist-info/RECORD,,