FourCIPP 1.46.0__tar.gz → 1.48.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.
- {fourcipp-1.46.0 → fourcipp-1.48.0}/PKG-INFO +1 -1
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/FourCIPP.egg-info/PKG-INFO +1 -1
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/config/4C_metadata.yaml +14 -13
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/config/4C_schema.json +18 -15
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/version.py +3 -3
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.coveragerc +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.github/actions/setup-env/action.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.github/workflows/check_code.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.github/workflows/publish_pypi.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.github/workflows/run_testsuite.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.github/workflows/tag_version.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.gitignore +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/.pre-commit-config.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/LICENSE +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/README.md +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/docs/assets/fourcipp_logo_black.svg +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/docs/assets/fourcipp_logo_white.svg +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/pyproject.toml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/requirements.in +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/requirements.txt +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/setup.cfg +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/FourCIPP.egg-info/requires.txt +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/__init__.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/config/config.yaml +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/fourc_input.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/legacy_io/element.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/legacy_io/node.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/legacy_io/particle.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/cli.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/configuration.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/converter.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/dict_utils.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/metadata.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/not_set.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/type_hinting.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/validation.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/src/fourcipp/utils/yaml_io.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/__init__.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/conftest.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/__init__.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/legacy_io/utils.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/test_fourc_input.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/__init__.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/test_configuration.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/test_converter.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/test_metadata.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/test_not_set.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/test_validation.py +0 -0
- {fourcipp-1.46.0 → fourcipp-1.48.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
2
|
+
commit_hash: a1c24766073abbc8cd50ca751dafc123e247f584
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -36825,10 +36825,11 @@ sections:
|
|
|
36825
36825
|
- type: all_of
|
|
36826
36826
|
specs:
|
|
36827
36827
|
- name: POD_MATRIX
|
|
36828
|
-
|
|
36829
|
-
|
|
36828
|
+
noneable: true
|
|
36829
|
+
type: path
|
|
36830
|
+
description: "filename of file containing the projection matrix"
|
|
36830
36831
|
required: false
|
|
36831
|
-
default:
|
|
36832
|
+
default: null
|
|
36832
36833
|
- name: MORTAR COUPLING
|
|
36833
36834
|
type: group
|
|
36834
36835
|
required: false
|
|
@@ -40342,7 +40343,7 @@ sections:
|
|
|
40342
40343
|
- name: "GMRES"
|
|
40343
40344
|
- name: AZPREC
|
|
40344
40345
|
type: enum
|
|
40345
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
40346
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
40346
40347
|
required: false
|
|
40347
40348
|
default: "ILU"
|
|
40348
40349
|
choices:
|
|
@@ -40461,7 +40462,7 @@ sections:
|
|
|
40461
40462
|
- name: "GMRES"
|
|
40462
40463
|
- name: AZPREC
|
|
40463
40464
|
type: enum
|
|
40464
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
40465
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
40465
40466
|
required: false
|
|
40466
40467
|
default: "ILU"
|
|
40467
40468
|
choices:
|
|
@@ -40580,7 +40581,7 @@ sections:
|
|
|
40580
40581
|
- name: "GMRES"
|
|
40581
40582
|
- name: AZPREC
|
|
40582
40583
|
type: enum
|
|
40583
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
40584
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
40584
40585
|
required: false
|
|
40585
40586
|
default: "ILU"
|
|
40586
40587
|
choices:
|
|
@@ -40699,7 +40700,7 @@ sections:
|
|
|
40699
40700
|
- name: "GMRES"
|
|
40700
40701
|
- name: AZPREC
|
|
40701
40702
|
type: enum
|
|
40702
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
40703
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
40703
40704
|
required: false
|
|
40704
40705
|
default: "ILU"
|
|
40705
40706
|
choices:
|
|
@@ -40818,7 +40819,7 @@ sections:
|
|
|
40818
40819
|
- name: "GMRES"
|
|
40819
40820
|
- name: AZPREC
|
|
40820
40821
|
type: enum
|
|
40821
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
40822
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
40822
40823
|
required: false
|
|
40823
40824
|
default: "ILU"
|
|
40824
40825
|
choices:
|
|
@@ -40937,7 +40938,7 @@ sections:
|
|
|
40937
40938
|
- name: "GMRES"
|
|
40938
40939
|
- name: AZPREC
|
|
40939
40940
|
type: enum
|
|
40940
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
40941
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
40941
40942
|
required: false
|
|
40942
40943
|
default: "ILU"
|
|
40943
40944
|
choices:
|
|
@@ -41056,7 +41057,7 @@ sections:
|
|
|
41056
41057
|
- name: "GMRES"
|
|
41057
41058
|
- name: AZPREC
|
|
41058
41059
|
type: enum
|
|
41059
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
41060
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
41060
41061
|
required: false
|
|
41061
41062
|
default: "ILU"
|
|
41062
41063
|
choices:
|
|
@@ -41175,7 +41176,7 @@ sections:
|
|
|
41175
41176
|
- name: "GMRES"
|
|
41176
41177
|
- name: AZPREC
|
|
41177
41178
|
type: enum
|
|
41178
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
41179
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
41179
41180
|
required: false
|
|
41180
41181
|
default: "ILU"
|
|
41181
41182
|
choices:
|
|
@@ -41294,7 +41295,7 @@ sections:
|
|
|
41294
41295
|
- name: "GMRES"
|
|
41295
41296
|
- name: AZPREC
|
|
41296
41297
|
type: enum
|
|
41297
|
-
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
41298
|
+
description: "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!"
|
|
41298
41299
|
required: false
|
|
41299
41300
|
default: "ILU"
|
|
41300
41301
|
choices:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Schema for 4C\nCommit hash:
|
|
2
|
+
"description": "Schema for 4C\nCommit hash: a1c24766073abbc8cd50ca751dafc123e247f584\nVersion: 2025.4.0-dev",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
5
|
"ALE DOMAIN": {
|
|
@@ -181544,10 +181544,13 @@
|
|
|
181544
181544
|
"type": "object",
|
|
181545
181545
|
"properties": {
|
|
181546
181546
|
"POD_MATRIX": {
|
|
181547
|
-
"title": "POD_MATRIX (
|
|
181548
|
-
"description": "filename of file containing projection matrix",
|
|
181549
|
-
"default":
|
|
181550
|
-
"type":
|
|
181547
|
+
"title": "POD_MATRIX (path)",
|
|
181548
|
+
"description": "filename of file containing the projection matrix",
|
|
181549
|
+
"default": null,
|
|
181550
|
+
"type": [
|
|
181551
|
+
"string",
|
|
181552
|
+
"null"
|
|
181553
|
+
]
|
|
181551
181554
|
}
|
|
181552
181555
|
},
|
|
181553
181556
|
"additionalProperties": false
|
|
@@ -254899,7 +254902,7 @@
|
|
|
254899
254902
|
},
|
|
254900
254903
|
"AZPREC": {
|
|
254901
254904
|
"title": "AZPREC (enum)",
|
|
254902
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
254905
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
254903
254906
|
"default": "ILU",
|
|
254904
254907
|
"type": "string",
|
|
254905
254908
|
"enum": [
|
|
@@ -255051,7 +255054,7 @@
|
|
|
255051
255054
|
},
|
|
255052
255055
|
"AZPREC": {
|
|
255053
255056
|
"title": "AZPREC (enum)",
|
|
255054
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
255057
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
255055
255058
|
"default": "ILU",
|
|
255056
255059
|
"type": "string",
|
|
255057
255060
|
"enum": [
|
|
@@ -255203,7 +255206,7 @@
|
|
|
255203
255206
|
},
|
|
255204
255207
|
"AZPREC": {
|
|
255205
255208
|
"title": "AZPREC (enum)",
|
|
255206
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
255209
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
255207
255210
|
"default": "ILU",
|
|
255208
255211
|
"type": "string",
|
|
255209
255212
|
"enum": [
|
|
@@ -255355,7 +255358,7 @@
|
|
|
255355
255358
|
},
|
|
255356
255359
|
"AZPREC": {
|
|
255357
255360
|
"title": "AZPREC (enum)",
|
|
255358
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
255361
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
255359
255362
|
"default": "ILU",
|
|
255360
255363
|
"type": "string",
|
|
255361
255364
|
"enum": [
|
|
@@ -255507,7 +255510,7 @@
|
|
|
255507
255510
|
},
|
|
255508
255511
|
"AZPREC": {
|
|
255509
255512
|
"title": "AZPREC (enum)",
|
|
255510
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
255513
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
255511
255514
|
"default": "ILU",
|
|
255512
255515
|
"type": "string",
|
|
255513
255516
|
"enum": [
|
|
@@ -255659,7 +255662,7 @@
|
|
|
255659
255662
|
},
|
|
255660
255663
|
"AZPREC": {
|
|
255661
255664
|
"title": "AZPREC (enum)",
|
|
255662
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
255665
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
255663
255666
|
"default": "ILU",
|
|
255664
255667
|
"type": "string",
|
|
255665
255668
|
"enum": [
|
|
@@ -255811,7 +255814,7 @@
|
|
|
255811
255814
|
},
|
|
255812
255815
|
"AZPREC": {
|
|
255813
255816
|
"title": "AZPREC (enum)",
|
|
255814
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
255817
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
255815
255818
|
"default": "ILU",
|
|
255816
255819
|
"type": "string",
|
|
255817
255820
|
"enum": [
|
|
@@ -255963,7 +255966,7 @@
|
|
|
255963
255966
|
},
|
|
255964
255967
|
"AZPREC": {
|
|
255965
255968
|
"title": "AZPREC (enum)",
|
|
255966
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
255969
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
255967
255970
|
"default": "ILU",
|
|
255968
255971
|
"type": "string",
|
|
255969
255972
|
"enum": [
|
|
@@ -256115,7 +256118,7 @@
|
|
|
256115
256118
|
},
|
|
256116
256119
|
"AZPREC": {
|
|
256117
256120
|
"title": "AZPREC (enum)",
|
|
256118
|
-
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the
|
|
256121
|
+
"description": "Type of internal preconditioner to use.\nNote! this preconditioner will only be used if the input operator\nsupports the Trilinos interface and the client does not pass\nin an external preconditioner!",
|
|
256119
256122
|
"default": "ILU",
|
|
256120
256123
|
"type": "string",
|
|
256121
256124
|
"enum": [
|
|
@@ -402475,5 +402478,5 @@
|
|
|
402475
402478
|
"PROBLEM TYPE"
|
|
402476
402479
|
],
|
|
402477
402480
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
402478
|
-
"$id": "
|
|
402481
|
+
"$id": "a1c24766073abbc8cd50ca751dafc123e247f584"
|
|
402479
402482
|
}
|
|
@@ -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.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.48.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 48, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gf8f8a355e'
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|