Skip to content

Commit 9cd6a3f

Browse files
Gitignore updated
1 parent f932b90 commit 9cd6a3f

3 files changed

Lines changed: 17 additions & 14 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
*.lnk
33

44
# Kratos execution folder
5-
kratos.gid/exec/*
6-
!kratos.gid/exec/README.md
5+
kratos.gid/exec/Kratos*
6+
# !kratos.gid/exec/README.md
77
*.orig
88
.vscode/
99

kratos.gid/apps/Structural/app.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"write/writeProjectParameters.tcl",
2121
"postprocess/formfinding.tcl"
2222
],
23-
"start_script":"::Structural::Init",
24-
"requeriments":{
25-
"apps":[],
26-
"minimum_gid_version":"15.1.3d"
23+
"start_script": "::Structural::Init",
24+
"requeriments": {
25+
"apps": [],
26+
"minimum_gid_version": "15.1.3d"
2727
},
2828
"permissions": {
2929
"open_tree": true,
3030
"show_toolbar": true,
3131
"intervals": true,
3232
"wizard": false,
33-
"import_files":true
33+
"import_files": true
3434
},
3535
"unique_names": {
3636
"parts": "STParts",
@@ -40,7 +40,6 @@
4040
"time_parameters": "STTimeParameters",
4141
"results": "STResults",
4242
"materials": "STMaterials"
43-
4443
},
4544
"write": {
4645
"coordinates": "all",
@@ -51,4 +50,4 @@
5150
},
5251
"main_launch_file": "python/MainKratos.py",
5352
"examples": "examples/examples.xml"
54-
}
53+
}

kratos.gid/apps/ThermicLauncher/app.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"script_files": [
55
"start.tcl"
66
],
7-
"start_script":"::ThermicLauncher::Init",
8-
"requeriments":{
9-
"apps_exist":["ConvectionDiffusion", "Buoyancy", "ConjugateHeatTransfer"],
10-
"minimum_gid_version":"15.1.3d"
7+
"start_script": "::ThermicLauncher::Init",
8+
"requeriments": {
9+
"apps_exist": [
10+
"ConvectionDiffusion",
11+
"Buoyancy",
12+
"ConjugateHeatTransfer"
13+
],
14+
"minimum_gid_version": "15.1.3d"
1115
},
1216
"permissions": {
1317
"open_tree": false,
@@ -16,4 +20,4 @@
1620
"wizard": false
1721
},
1822
"description": "Thermal applications \n-Convection diffusion\n-Buoyancy\n-Conjugate heat transfer"
19-
}
23+
}

0 commit comments

Comments
 (0)