Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
HexMetricVals Struct Reference

#include <verdict.h>

Public Attributes

double edge_ratio
 
double max_edge_ratio
 
double skew
 
double taper
 
double volume
 
double stretch
 
double diagonal
 
double dimension
 
double oddy
 
double med_aspect_frobenius
 
double condition
 
double jacobian
 
double scaled_jacobian
 
double shear
 
double shape
 
double relative_size_squared
 
double shape_and_size
 
double shear_and_size
 
double distortion
 

Detailed Description

HexMetricVals is a struct used to return calculated metrics
when calling the function v_hex_quality(...)

HexMetricVals is used just as QuadMetricVals. For an example, see Detailed Description in QuadMetricVals

Definition at line 79 of file verdict.h.

Member Data Documentation

◆ condition

double HexMetricVals::condition
See also
v_hex_condition

Definition at line 102 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ diagonal

double HexMetricVals::diagonal
See also
v_hex_diagonal

Definition at line 94 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ dimension

double HexMetricVals::dimension
See also
v_hex_dimension

Definition at line 96 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ distortion

double HexMetricVals::distortion
See also
v_hex_distortion

Definition at line 118 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ edge_ratio

double HexMetricVals::edge_ratio
See also
v_hex_edge_ratio

Definition at line 82 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ jacobian

double HexMetricVals::jacobian
See also
v_hex_jacobian

Definition at line 104 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ max_edge_ratio

double HexMetricVals::max_edge_ratio
See also
v_hex_max_edge_ratio

Definition at line 84 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ med_aspect_frobenius

double HexMetricVals::med_aspect_frobenius

◆ oddy

double HexMetricVals::oddy
See also
v_hex_oddy

Definition at line 98 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ relative_size_squared

double HexMetricVals::relative_size_squared
See also
v_hex_relative_size

Definition at line 112 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ scaled_jacobian

double HexMetricVals::scaled_jacobian
See also
v_hex_scaled_jacobian

Definition at line 106 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ shape

double HexMetricVals::shape
See also
v_hex_shape

Definition at line 110 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ shape_and_size

double HexMetricVals::shape_and_size
See also
v_hex_shape_and_size

Definition at line 114 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ shear

double HexMetricVals::shear
See also
v_hex_shear

Definition at line 108 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ shear_and_size

double HexMetricVals::shear_and_size
See also
v_hex_shear_and_size

Definition at line 116 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ skew

double HexMetricVals::skew
See also
v_hex_skew

Definition at line 86 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ stretch

double HexMetricVals::stretch
See also
v_hex_stretch

Definition at line 92 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ taper

double HexMetricVals::taper
See also
v_hex_taper

Definition at line 88 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().

◆ volume

double HexMetricVals::volume
See also
v_hex_volume

Definition at line 90 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures(), and v_hex_quality().


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