trying out components for visualization at scale
This commit is contained in:
parent
9062eb880b
commit
1be11617bc
@ -824,6 +824,11 @@ int main(int argc, char **argv)
|
||||
Averages.PrintComponents(timestep);
|
||||
*/ //************************************************************************/
|
||||
|
||||
Averages.Initialize();
|
||||
Averages.ComponentAverages();
|
||||
Averages.SortBlobs();
|
||||
Averages.PrintComponents(timestep);
|
||||
|
||||
DeviceBarrier();
|
||||
CopyToHost(Averages.Phase.get(),Phi,N*sizeof(double));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user