refactored tests/lbpm_permeability_simulator

This commit is contained in:
James E McClure 2015-06-30 13:14:31 -04:00
parent 663ecc9ac0
commit b4f1c45d46

View File

@ -485,14 +485,11 @@ int main(int argc, char **argv)
//*************************************************************************
// Pack and send the D3Q19 distributions
ScaLBL_Comm.SendD3Q19(f_even, f_odd);
//*************************************************************************
//*************************************************************************
// Swap the distributions for momentum transport
//*************************************************************************
SwapD3Q19(ID, f_even, f_odd, Nx, Ny, Nz);
//*************************************************************************
//*************************************************************************
// Wait for communications to complete and unpack the distributions
ScaLBL_Comm.RecvD3Q19(f_even, f_odd);
//*************************************************************************