AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::primal::WindingTolerances Struct Reference

Struct containing tolerances shared across GWN values with sensible defaults. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/primal/operators/winding_number.hpp>

Public Attributes

double ls_tol {1e-6}
 
double quad_tol {1e-6}
 
double disk_size {0.01}
 
double edge_tol {1e-8}
 
double EPS {1e-8}
 

Detailed Description

Struct containing tolerances shared across GWN values with sensible defaults.

Member Data Documentation

◆ ls_tol

double axom::primal::WindingTolerances::ls_tol {1e-6}

◆ quad_tol

double axom::primal::WindingTolerances::quad_tol {1e-6}

◆ disk_size

double axom::primal::WindingTolerances::disk_size {0.01}

◆ edge_tol

double axom::primal::WindingTolerances::edge_tol {1e-8}

◆ EPS

double axom::primal::WindingTolerances::EPS {1e-8}

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