fixing issue with restart
This commit is contained in:
parent
42e7f46dee
commit
62c66a8ed3
@ -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);
|
||||
|
||||
}
|
||||
|
||||
//.......................................................................
|
||||
|
Loading…
Reference in New Issue
Block a user