Implementation of 0D grid for analysis of collisional operators. #15
1 changed files with 1 additions and 4 deletions
Removed innnecesary input from input file
commit
b40d867d74
|
|
@ -3,9 +3,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
"path": "./runs/0D_test/",
|
"path": "./runs/0D_test/",
|
||||||
"triggerOutput": 1,
|
"triggerOutput": 1,
|
||||||
"cpuTime": true,
|
|
||||||
"numColl": true,
|
"numColl": true,
|
||||||
"EMField": true,
|
|
||||||
"folder": "test"
|
"folder": "test"
|
||||||
},
|
},
|
||||||
"reference": {
|
"reference": {
|
||||||
|
|
@ -17,7 +15,6 @@
|
||||||
"geometry": {
|
"geometry": {
|
||||||
"type": "1DCart",
|
"type": "1DCart",
|
||||||
"meshType": "0D",
|
"meshType": "0D",
|
||||||
"meshFile": "mesh.msh",
|
|
||||||
"volume": 1e-11
|
"volume": 1e-11
|
||||||
},
|
},
|
||||||
"species": [
|
"species": [
|
||||||
|
|
@ -48,7 +45,7 @@
|
||||||
},
|
},
|
||||||
"parallel": {
|
"parallel": {
|
||||||
"OpenMP":{
|
"OpenMP":{
|
||||||
"nThreads": 5
|
"nThreads": 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue