debugging permeability sim

This commit is contained in:
James E McClure 2018-02-21 18:12:22 -05:00
parent 84a0fff1f1
commit 6c479dc06e

View File

@ -159,7 +159,7 @@ int main(int argc, char **argv)
TwoPhase Averages(Dm);
// Mask that excludes the solid phase
Domain Mask(Nx,Ny,Nz,rank,nprocx,nprocy,nprocz,Lx,Ly,Lz,BoundaryCondition);
Domain Mask(Nx,Ny,Nz,rank,nprocx,nprocy,nprocz,Lx,Ly,Lz,BC);
MPI_Barrier(comm);
Nx += 2; Ny += 2; Nz += 2;