forked from PHengLEI/PHengLEI-TestCases
18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
int taskSelector = 1;
|
|
|
|
int codeOfLargeScale = 0;
|
|
int numberOfMultigrid = 1;
|
|
int numberOfProcessors = 8;
|
|
|
|
string originalGridFile = "./grid/duodan.grd";
|
|
string originalBoundaryFile = "./grid/duodan.inp";
|
|
|
|
int numberOfGridGroups = 4;
|
|
int zoneSpan[numberOfGridGroups] = 34,34,34,32;
|
|
|
|
int solidBcSize = 4;
|
|
int solidColorList[solidBcSize] = 2,11,12,13;
|
|
|
|
int outerBcSize = 1;
|
|
int outerColorList[outerBcSize] = 8;
|