peclet.voro 1.0.0
Device-native moving-particle Voronoi dynamics
Loading...
Searching...
No Matches
Public Attributes | List of all members
peclet::voro::OracleDiff Struct Reference

Result of comparing the current updated state against a fresh cold-build oracle. More...

#include <dynamic_validate.hpp>

Public Attributes

double meanVolRelErr = 0
 
double maxVolRelErr = 0
 
long volMismatch = 0
 cells with vol rel err > 1e-3
 
double changedNbrFrac
 fraction of cells whose stored neighbour set differs from the oracle
 
long missedNbr = 0
 cells with a TRUE (oracle) neighbour absent from the stored set
 

Detailed Description

Result of comparing the current updated state against a fresh cold-build oracle.

Member Data Documentation

◆ changedNbrFrac

double peclet::voro::OracleDiff::changedNbrFrac
Initial value:
=
0

fraction of cells whose stored neighbour set differs from the oracle

◆ maxVolRelErr

double peclet::voro::OracleDiff::maxVolRelErr = 0

◆ meanVolRelErr

double peclet::voro::OracleDiff::meanVolRelErr = 0

◆ missedNbr

long peclet::voro::OracleDiff::missedNbr = 0

cells with a TRUE (oracle) neighbour absent from the stored set

◆ volMismatch

long peclet::voro::OracleDiff::volMismatch = 0

cells with vol rel err > 1e-3


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