Added domain broadcast to BlobAnalyzeParallel

This commit is contained in:
James E McClure
2015-06-04 14:03:42 -04:00
parent 779c5b7086
commit 4fee1da0c5
2 changed files with 40 additions and 15 deletions

View File

@@ -24,7 +24,8 @@ struct Domain{
Domain(int nx, int ny, int nz, int rnk, int npx, int npy, int npz,
double lx, double ly, double lz, int BC){
Volume = nx*ny*nx*npx*npy*npz*1.0;
Volume = nx*ny*nx*npx*npy*npz*1.0;
Nx = nx+2; Ny = ny+2; Nz = nz+2;
Lx = lx, Ly = ly, Lz = lz;
rank = rnk;