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

Per-step invariant residuals (all should be ~0 / ~machine-precision for a correct tessellation). More...

#include <dynamic_validate.hpp>

Public Attributes

double volRelErr = 0
 |Σvol − boxVol| / boxVol
 
double maxAreaAsym = 0
 max interior facet |A(g)+A(recip)| / |A(g)|
 
double sumAreaMag = 0
 |Σ_g A(g)| over all facets
 
double sumForceMag = 0
 |Σ_g dV(g)| over all facets
 
long nNonRecip = 0
 interior facets with no reciprocal
 

Detailed Description

Per-step invariant residuals (all should be ~0 / ~machine-precision for a correct tessellation).

Member Data Documentation

◆ maxAreaAsym

double peclet::voro::Invariants::maxAreaAsym = 0

max interior facet |A(g)+A(recip)| / |A(g)|

◆ nNonRecip

long peclet::voro::Invariants::nNonRecip = 0

interior facets with no reciprocal

◆ sumAreaMag

double peclet::voro::Invariants::sumAreaMag = 0

|Σ_g A(g)| over all facets

◆ sumForceMag

double peclet::voro::Invariants::sumForceMag = 0

|Σ_g dV(g)| over all facets

◆ volRelErr

double peclet::voro::Invariants::volRelErr = 0

|Σvol − boxVol| / boxVol


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