FourCIPP 1.41.0__py3-none-any.whl → 1.42.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: 6ab70b784ce325b9c08c98b0840e2482adccaaa9
2
+ commit_hash: 06d4d904c17421c86b75ff8b31abf86ea88d6f45
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -7250,7 +7250,31 @@ sections:
7250
7250
  - type: all_of
7251
7251
  specs:
7252
7252
  - $ref: "2"
7253
- - name: BEAM CONTACT
7253
+ - name: BEAM INTERACTION
7254
+ type: group
7255
+ required: false
7256
+ specs:
7257
+ - type: all_of
7258
+ specs:
7259
+ - name: REPARTITIONSTRATEGY
7260
+ type: enum
7261
+ description: "Type of employed repartitioning strategy"
7262
+ required: false
7263
+ default: "Adaptive"
7264
+ choices:
7265
+ - name: "Adaptive"
7266
+ - name: "Everydt"
7267
+ - name: "adaptive"
7268
+ - name: "everydt"
7269
+ - name: SEARCH_STRATEGY
7270
+ type: enum
7271
+ description: "Type of search strategy used for finding coupling pairs"
7272
+ required: false
7273
+ default: bruteforce_with_binning
7274
+ choices:
7275
+ - name: bruteforce_with_binning
7276
+ - name: bounding_volume_hierarchy
7277
+ - name: BEAM INTERACTION/BEAM TO BEAM CONTACT
7254
7278
  type: group
7255
7279
  required: false
7256
7280
  specs:
@@ -7349,7 +7373,30 @@ sections:
7349
7373
  description: "For gaps > -BEAMS_BASICSTIFFGAP, only the basic part of the contact linearization is applied!"
7350
7374
  required: false
7351
7375
  default: -1
7352
- - name: BEAM CONTACT/RUNTIME VTK OUTPUT
7376
+ - name: BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS
7377
+ type: list
7378
+ description: Beam-to-beam contact conditions
7379
+ required: false
7380
+ spec:
7381
+ type: all_of
7382
+ specs:
7383
+ - name: E
7384
+ type: int
7385
+ description: "ID of the condition. This ID refers to the respective topological entity of the condition."
7386
+ required: true
7387
+ - name: ENTITY_TYPE
7388
+ type: enum
7389
+ description: "The type of entity that E refers to."
7390
+ required: false
7391
+ default: legacy_id
7392
+ choices:
7393
+ - name: legacy_id
7394
+ - name: node_set_id
7395
+ - name: element_block_id
7396
+ - name: COUPLING_ID
7397
+ type: int
7398
+ required: true
7399
+ - name: BEAM INTERACTION/BEAM TO BEAM CONTACT/RUNTIME VTK OUTPUT
7353
7400
  type: group
7354
7401
  required: false
7355
7402
  specs:
@@ -7390,69 +7437,6 @@ sections:
7390
7437
  description: "write visualization output to indicate which different penalty values are active.Explanation: 0 corresponds to btb point contact;1 corresponds to active btb line contact;2 indicates active end point contact "
7391
7438
  required: false
7392
7439
  default: false
7393
- - name: BEAM INTERACTION
7394
- type: group
7395
- required: false
7396
- specs:
7397
- - type: all_of
7398
- specs:
7399
- - name: REPARTITIONSTRATEGY
7400
- type: enum
7401
- description: "Type of employed repartitioning strategy"
7402
- required: false
7403
- default: "Adaptive"
7404
- choices:
7405
- - name: "Adaptive"
7406
- - name: "Everydt"
7407
- - name: "adaptive"
7408
- - name: "everydt"
7409
- - name: SEARCH_STRATEGY
7410
- type: enum
7411
- description: "Type of search strategy used for finding coupling pairs"
7412
- required: false
7413
- default: bruteforce_with_binning
7414
- choices:
7415
- - name: bruteforce_with_binning
7416
- - name: bounding_volume_hierarchy
7417
- - name: BEAM INTERACTION/BEAM TO BEAM CONTACT
7418
- type: group
7419
- required: false
7420
- specs:
7421
- - type: all_of
7422
- specs:
7423
- - name: STRATEGY
7424
- type: enum
7425
- description: "Type of employed solving strategy"
7426
- required: false
7427
- default: "None"
7428
- choices:
7429
- - name: "None"
7430
- - name: "Penalty"
7431
- - name: "none"
7432
- - name: "penalty"
7433
- - name: BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS
7434
- type: list
7435
- description: Beam-to-beam contact conditions
7436
- required: false
7437
- spec:
7438
- type: all_of
7439
- specs:
7440
- - name: E
7441
- type: int
7442
- description: "ID of the condition. This ID refers to the respective topological entity of the condition."
7443
- required: true
7444
- - name: ENTITY_TYPE
7445
- type: enum
7446
- description: "The type of entity that E refers to."
7447
- required: false
7448
- default: legacy_id
7449
- choices:
7450
- - name: legacy_id
7451
- - name: node_set_id
7452
- - name: element_block_id
7453
- - name: COUPLING_ID
7454
- type: int
7455
- required: true
7456
7440
  - name: BEAM INTERACTION/BEAM TO BEAM POINT COUPLING CONDITIONS
7457
7441
  type: list
7458
7442
  description: Coupling conditions between beams based on closest point projections.
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 6ab70b784ce325b9c08c98b0840e2482adccaaa9\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 06d4d904c17421c86b75ff8b31abf86ea88d6f45\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -68761,8 +68761,38 @@
68761
68761
  "PATCHES"
68762
68762
  ]
68763
68763
  },
68764
- "BEAM CONTACT": {
68765
- "title": "BEAM CONTACT (group)",
68764
+ "BEAM INTERACTION": {
68765
+ "title": "BEAM INTERACTION (group)",
68766
+ "description": "No description yet.",
68767
+ "type": "object",
68768
+ "properties": {
68769
+ "REPARTITIONSTRATEGY": {
68770
+ "title": "REPARTITIONSTRATEGY (enum)",
68771
+ "description": "Type of employed repartitioning strategy",
68772
+ "default": "Adaptive",
68773
+ "type": "string",
68774
+ "enum": [
68775
+ "Adaptive",
68776
+ "Everydt",
68777
+ "adaptive",
68778
+ "everydt"
68779
+ ]
68780
+ },
68781
+ "SEARCH_STRATEGY": {
68782
+ "title": "SEARCH_STRATEGY (enum)",
68783
+ "description": "Type of search strategy used for finding coupling pairs",
68784
+ "default": "bruteforce_with_binning",
68785
+ "type": "string",
68786
+ "enum": [
68787
+ "bruteforce_with_binning",
68788
+ "bounding_volume_hierarchy"
68789
+ ]
68790
+ }
68791
+ },
68792
+ "additionalProperties": false
68793
+ },
68794
+ "BEAM INTERACTION/BEAM TO BEAM CONTACT": {
68795
+ "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT (group)",
68766
68796
  "description": "No description yet.",
68767
68797
  "type": "object",
68768
68798
  "properties": {
@@ -68880,8 +68910,44 @@
68880
68910
  },
68881
68911
  "additionalProperties": false
68882
68912
  },
68883
- "BEAM CONTACT/RUNTIME VTK OUTPUT": {
68884
- "title": "BEAM CONTACT/RUNTIME VTK OUTPUT (group)",
68913
+ "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS": {
68914
+ "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS (list)",
68915
+ "description": "Beam-to-beam contact conditions",
68916
+ "type": "array",
68917
+ "items": {
68918
+ "type": "object",
68919
+ "properties": {
68920
+ "E": {
68921
+ "title": "E (int)",
68922
+ "description": "ID of the condition. This ID refers to the respective topological entity of the condition.",
68923
+ "type": "integer"
68924
+ },
68925
+ "ENTITY_TYPE": {
68926
+ "title": "ENTITY_TYPE (enum)",
68927
+ "description": "The type of entity that E refers to.",
68928
+ "default": "legacy_id",
68929
+ "type": "string",
68930
+ "enum": [
68931
+ "legacy_id",
68932
+ "node_set_id",
68933
+ "element_block_id"
68934
+ ]
68935
+ },
68936
+ "COUPLING_ID": {
68937
+ "title": "COUPLING_ID (int)",
68938
+ "description": "No description yet.",
68939
+ "type": "integer"
68940
+ }
68941
+ },
68942
+ "additionalProperties": false,
68943
+ "required": [
68944
+ "E",
68945
+ "COUPLING_ID"
68946
+ ]
68947
+ }
68948
+ },
68949
+ "BEAM INTERACTION/BEAM TO BEAM CONTACT/RUNTIME VTK OUTPUT": {
68950
+ "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT/RUNTIME VTK OUTPUT (group)",
68885
68951
  "description": "No description yet.",
68886
68952
  "type": "object",
68887
68953
  "properties": {
@@ -68930,92 +68996,6 @@
68930
68996
  },
68931
68997
  "additionalProperties": false
68932
68998
  },
68933
- "BEAM INTERACTION": {
68934
- "title": "BEAM INTERACTION (group)",
68935
- "description": "No description yet.",
68936
- "type": "object",
68937
- "properties": {
68938
- "REPARTITIONSTRATEGY": {
68939
- "title": "REPARTITIONSTRATEGY (enum)",
68940
- "description": "Type of employed repartitioning strategy",
68941
- "default": "Adaptive",
68942
- "type": "string",
68943
- "enum": [
68944
- "Adaptive",
68945
- "Everydt",
68946
- "adaptive",
68947
- "everydt"
68948
- ]
68949
- },
68950
- "SEARCH_STRATEGY": {
68951
- "title": "SEARCH_STRATEGY (enum)",
68952
- "description": "Type of search strategy used for finding coupling pairs",
68953
- "default": "bruteforce_with_binning",
68954
- "type": "string",
68955
- "enum": [
68956
- "bruteforce_with_binning",
68957
- "bounding_volume_hierarchy"
68958
- ]
68959
- }
68960
- },
68961
- "additionalProperties": false
68962
- },
68963
- "BEAM INTERACTION/BEAM TO BEAM CONTACT": {
68964
- "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT (group)",
68965
- "description": "No description yet.",
68966
- "type": "object",
68967
- "properties": {
68968
- "STRATEGY": {
68969
- "title": "STRATEGY (enum)",
68970
- "description": "Type of employed solving strategy",
68971
- "default": "None",
68972
- "type": "string",
68973
- "enum": [
68974
- "None",
68975
- "Penalty",
68976
- "none",
68977
- "penalty"
68978
- ]
68979
- }
68980
- },
68981
- "additionalProperties": false
68982
- },
68983
- "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS": {
68984
- "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS (list)",
68985
- "description": "Beam-to-beam contact conditions",
68986
- "type": "array",
68987
- "items": {
68988
- "type": "object",
68989
- "properties": {
68990
- "E": {
68991
- "title": "E (int)",
68992
- "description": "ID of the condition. This ID refers to the respective topological entity of the condition.",
68993
- "type": "integer"
68994
- },
68995
- "ENTITY_TYPE": {
68996
- "title": "ENTITY_TYPE (enum)",
68997
- "description": "The type of entity that E refers to.",
68998
- "default": "legacy_id",
68999
- "type": "string",
69000
- "enum": [
69001
- "legacy_id",
69002
- "node_set_id",
69003
- "element_block_id"
69004
- ]
69005
- },
69006
- "COUPLING_ID": {
69007
- "title": "COUPLING_ID (int)",
69008
- "description": "No description yet.",
69009
- "type": "integer"
69010
- }
69011
- },
69012
- "additionalProperties": false,
69013
- "required": [
69014
- "E",
69015
- "COUPLING_ID"
69016
- ]
69017
- }
69018
- },
69019
68999
  "BEAM INTERACTION/BEAM TO BEAM POINT COUPLING CONDITIONS": {
69020
69000
  "title": "BEAM INTERACTION/BEAM TO BEAM POINT COUPLING CONDITIONS (list)",
69021
69001
  "description": "Coupling conditions between beams based on closest point projections.",
@@ -402293,5 +402273,5 @@
402293
402273
  "PROBLEM TYPE"
402294
402274
  ],
402295
402275
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402296
- "$id": "6ab70b784ce325b9c08c98b0840e2482adccaaa9"
402276
+ "$id": "06d4d904c17421c86b75ff8b31abf86ea88d6f45"
402297
402277
  }
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.41.0'
32
- __version_tuple__ = version_tuple = (1, 41, 0)
31
+ __version__ = version = '1.42.0'
32
+ __version_tuple__ = version_tuple = (1, 42, 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.41.0
3
+ Version: 1.42.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=E1ZnJIkHAjOyZueq2FTrD7-A-X_nF3GK9RHXFfxJOQQ,706
4
- fourcipp/config/4C_metadata.yaml,sha256=m4PQ11p2zmod6gUc5sFAAzy3fRnnwpGHOrs1as_PoYs,2607827
5
- fourcipp/config/4C_schema.json,sha256=zr3rcckoCBG8vQGen6t4GLTJxsVRwo4ejE6aczAhsM0,16556003
3
+ fourcipp/version.py,sha256=ePOiaVd_k5uDeARQ7499FXrIrIEk2EdfO8TlWOOZUEo,706
4
+ fourcipp/config/4C_metadata.yaml,sha256=gthzs_4NAtsx7tALyPzFhC4KmZGWKw5CHtTX0j_uA3o,2607404
5
+ fourcipp/config/4C_schema.json,sha256=rW7iMQMIG48HQelj1fEnZTne4iWPtZVZJxgjgl2ML8k,16555544
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.41.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
- fourcipp-1.41.0.dist-info/METADATA,sha256=2sOttmczQ_snYQirUoHu38O4OKw2lqpvaY8XpvXhq78,7960
25
- fourcipp-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- fourcipp-1.41.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
- fourcipp-1.41.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
- fourcipp-1.41.0.dist-info/RECORD,,
23
+ fourcipp-1.42.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
+ fourcipp-1.42.0.dist-info/METADATA,sha256=PYKRqr-FnuKtYOqZcXG08mByrYYHSziVamu4mGem-7M,7960
25
+ fourcipp-1.42.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ fourcipp-1.42.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
+ fourcipp-1.42.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
+ fourcipp-1.42.0.dist-info/RECORD,,