Updating tests/TestBlobAnalyze so that gradient halo exchange is performed prior to curvature computation which is important i think

This commit is contained in:
James E McClure 2015-09-03 14:21:27 -04:00
parent 3f25268e23
commit b263147420

View File

@ -264,11 +264,12 @@ int main(int argc, char **argv)
if (rank==0) printf("initializing the system \n");
Averages.UpdateSolid();
Averages.Initialize();
Averages.UpdateMeshValues();
Dm.CommunicateMeshHalo(Averages.Phase);
Dm.CommunicateMeshHalo(Averages.SDn);
Averages.Initialize();
Averages.UpdateMeshValues();
// if (rank==0) printf("computing blobs \n");
// int nblobs_global = ComputeGlobalBlobIDs(Dm.Nx-2,Dm.Ny-2,Dm.Nz-2,Dm.rank_info,
// Averages.Phase,Averages.SDs,vF,vS,Averages.BlobLabel);