peclet.voro 1.0.0
Device-native moving-particle Voronoi dynamics
Loading...
Searching...
No Matches
Public Attributes | List of all members
peclet::voro::mpi::DistributedMovingTessellation< Real, MAXP, MAXT >::StepStats Struct Reference

#include <distributed_moving.hpp>

Collaboration diagram for peclet::voro::mpi::DistributedMovingTessellation< Real, MAXP, MAXT >::StepStats:
Collaboration graph
[legend]

Public Attributes

bool regathered = false
 this step took the re-gather + cold-rebuild path (collective)
 
RepairStats repair
 fast-path repair stats (valid when !regathered)
 

Member Data Documentation

◆ regathered

template<class Real , int MAXP = 64, int MAXT = 112>
bool peclet::voro::mpi::DistributedMovingTessellation< Real, MAXP, MAXT >::StepStats::regathered = false

this step took the re-gather + cold-rebuild path (collective)

◆ repair

template<class Real , int MAXP = 64, int MAXT = 112>
RepairStats peclet::voro::mpi::DistributedMovingTessellation< Real, MAXP, MAXT >::StepStats::repair

fast-path repair stats (valid when !regathered)


The documentation for this struct was generated from the following file: