fixing issue with restart

This commit is contained in:
James E McClure 2018-04-04 16:29:30 -04:00
parent 42e7f46dee
commit 62c66a8ed3

View File

@ -502,6 +502,12 @@ int main(int argc, char **argv)
delete [] cDen;
delete [] cfq;
MPI_Barrier(comm);
ScaLBL_D3Q19_AAeven_Color(dvcMap, fq, Aq, Bq, Den, Phi, Velocity, rhoA, rhoB, tauA, tauB,
alpha, beta, Fx, Fy, Fz, Nx, Nx*Ny, ScaLBL_Comm.next, Np, Np);
ScaLBL_D3Q19_AAeven_Color(dvcMap, fq, Aq, Bq, Den, Phi, Velocity, rhoA, rhoB, tauA, tauB,
alpha, beta, Fx, Fy, Fz, Nx, Nx*Ny, 0, ScaLBL_Comm.next, Np);
}
//.......................................................................