Public Attributes | List of all members
TetMetricVals Struct Reference

A struct to hold values computed by v_tet_quality. More...

#include <verdict.h>

Public Attributes

double edge_ratio
 
double radius_ratio
 
double aspect_beta
 
double aspect_ratio
 
double aspect_gamma
 
double aspect_frobenius
 
double minimum_angle
 
double collapse_ratio
 
double volume
 
double condition
 
double jacobian
 
double scaled_jacobian
 
double shape
 
double relative_size_squared
 
double shape_and_size
 
double distortion
 
double equivolume_skew
 
double squish_index
 

Detailed Description

A struct to hold values computed by v_tet_quality.

TetMetricVals is used just as QuadMetricVals. For an example, see the Example Usage of the QuadMetricVals Structure.

Definition at line 303 of file verdict.h.

Member Data Documentation

◆ edge_ratio

double TetMetricVals::edge_ratio
See also
v_tet_edge_ratio

Definition at line 306 of file verdict.h.

◆ radius_ratio

double TetMetricVals::radius_ratio
See also
v_tet_radius_ratio

Definition at line 308 of file verdict.h.

◆ aspect_beta

double TetMetricVals::aspect_beta
See also
v_tet_aspect_beta

Definition at line 310 of file verdict.h.

◆ aspect_ratio

double TetMetricVals::aspect_ratio
See also
v_tet_aspect_ratio

Definition at line 312 of file verdict.h.

◆ aspect_gamma

double TetMetricVals::aspect_gamma
See also
v_tet_aspect_gamma

Definition at line 314 of file verdict.h.

◆ aspect_frobenius

double TetMetricVals::aspect_frobenius
See also
v_tet_aspect_frobenius

Definition at line 316 of file verdict.h.

◆ minimum_angle

double TetMetricVals::minimum_angle
See also
v_tet_minimum_angle

Definition at line 318 of file verdict.h.

◆ collapse_ratio

double TetMetricVals::collapse_ratio
See also
v_tet_collapse_ratio

Definition at line 320 of file verdict.h.

◆ volume

double TetMetricVals::volume
See also
v_tet_volume

Definition at line 322 of file verdict.h.

◆ condition

double TetMetricVals::condition
See also
v_tet_condition

Definition at line 324 of file verdict.h.

◆ jacobian

double TetMetricVals::jacobian
See also
v_tet_jacobian

Definition at line 326 of file verdict.h.

◆ scaled_jacobian

double TetMetricVals::scaled_jacobian
See also
v_tet_scaled_jacobian

Definition at line 328 of file verdict.h.

◆ shape

double TetMetricVals::shape
See also
v_tet_shape

Definition at line 330 of file verdict.h.

◆ relative_size_squared

double TetMetricVals::relative_size_squared
See also
v_tet_relative_size

Definition at line 332 of file verdict.h.

◆ shape_and_size

double TetMetricVals::shape_and_size
See also
v_tet_shape_and_size

Definition at line 334 of file verdict.h.

◆ distortion

double TetMetricVals::distortion
See also
v_tet_distortion

Definition at line 336 of file verdict.h.

◆ equivolume_skew

double TetMetricVals::equivolume_skew
See also
v_tet_equivolume_skew

Definition at line 338 of file verdict.h.

◆ squish_index

double TetMetricVals::squish_index
See also
v_tet_squish_index

Definition at line 340 of file verdict.h.


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