Euler characteristic is working for multiple blobs

This commit is contained in:
James E McClure 2015-08-30 14:58:04 -04:00
parent 4f11ba885f
commit 35aae0e5a0

View File

@ -474,7 +474,6 @@ void TwoPhase::AssignComponentLabels()
// Fewer non-wetting phase features are present
//NumberComponents_NWP = ComputeGlobalPhaseComponent(Dm.Nx-2,Dm.Ny-2,Dm.Nz-2,Dm.rank_info,PhaseID,LabelNWP,Label_NWP);
NumberComponents_NWP = ComputeGlobalBlobIDs(Dm.Nx-2,Dm.Ny-2,Dm.Nz-2,Dm.rank_info,SDs,SDn,solid_isovalue,fluid_isovalue,Label_NWP);
}
void TwoPhase::ComponentAverages()