Implementation of 0D grid for analysis of collisional operators. #15

Merged
JorgeGonz merged 5 commits from feature/Coulomb into development 2021-04-13 21:57:20 +02:00
Showing only changes of commit b40d867d74 - Show all commits

Removed innnecesary input from input file

Jorge Gonzalez 2021-04-13 21:51:08 +02:00

View file

@ -3,9 +3,7 @@
"output": {
"path": "./runs/0D_test/",
"triggerOutput": 1,
"cpuTime": true,
"numColl": true,
"EMField": true,
"folder": "test"
},
"reference": {
@ -17,7 +15,6 @@
"geometry": {
"type": "1DCart",
"meshType": "0D",
"meshFile": "mesh.msh",
"volume": 1e-11
},
"species": [
@ -48,7 +45,7 @@
},
"parallel": {
"OpenMP":{
"nThreads": 5
"nThreads": 4
}
}
}