Added transition zone for periodic BC in test/lbpm_segmented_decomp

This commit is contained in:
James E McClure
2015-06-14 19:33:00 -04:00
parent a6fd3a5d58
commit 970f5abf85

View File

@@ -126,7 +126,7 @@ int main(int argc, char **argv)
printf("Distributing subdomains across %i processors \n",nprocs);
printf("Process grid: %i x %i x %i \n",Dm.nprocx,Dm.nprocy,Dm.nprocz);
printf("Subdomain size: %i \n",N);
printf("Size of transition region: %i \n, z_transition_size);
char *tmp;
tmp = new char[N];
for (int kp=0; kp<nprocz; kp++){