Commit befor trying to convert particle array to linked list to improve

performance.
This commit is contained in:
Jorge Gonzalez 2020-10-10 21:25:49 +02:00
commit 60f38a2d95
8 changed files with 160 additions and 12 deletions

View file

@ -1,8 +1,8 @@
{
"output": {
"path": "./runs/cylFlow/",
"trigger": 100,
"cpuTime": false,
"trigger": 10,
"cpuTime": true,
"numColl": false
},
"geometry": {
@ -38,5 +38,10 @@
"collisions": [
{"species_i": "Argon", "species_j": "Argon", "crossSections": ["Ar-Ar_Elastic.dat"]}
]
},
"parallel": {
"OpenMP":{
"nThreads": 24
}
}
}