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

#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
 

Detailed Description

TetMetricVals is a struct used to return calculated metrics
when calling the function v_tet_quality(...)

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

Definition at line 242 of file verdict.h.

Member Data Documentation

◆ aspect_beta

double TetMetricVals::aspect_beta
See also
v_tet_aspect_beta

Definition at line 249 of file verdict.h.

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

◆ aspect_frobenius

double TetMetricVals::aspect_frobenius
See also
v_tet_aspect_frobenius

Definition at line 255 of file verdict.h.

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

◆ aspect_gamma

double TetMetricVals::aspect_gamma
See also
v_tet_aspect_gamma

Definition at line 253 of file verdict.h.

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

◆ aspect_ratio

double TetMetricVals::aspect_ratio
See also
v_tet_aspect_ratio

Definition at line 251 of file verdict.h.

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

◆ collapse_ratio

double TetMetricVals::collapse_ratio
See also
v_tet_collapse_ratio

Definition at line 259 of file verdict.h.

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

◆ condition

double TetMetricVals::condition
See also
v_tet_condition

Definition at line 263 of file verdict.h.

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

◆ distortion

double TetMetricVals::distortion
See also
v_tet_distortion

Definition at line 275 of file verdict.h.

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

◆ edge_ratio

double TetMetricVals::edge_ratio
See also
v_tet_edge_ratio

Definition at line 245 of file verdict.h.

Referenced by moab::VerdictWrapper::all_quality_measures().

◆ jacobian

double TetMetricVals::jacobian
See also
v_tet_jacobian

Definition at line 265 of file verdict.h.

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

◆ minimum_angle

double TetMetricVals::minimum_angle
See also
v_tet_minimum_angle

Definition at line 257 of file verdict.h.

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

◆ radius_ratio

double TetMetricVals::radius_ratio
See also
v_tet_radius_ratio

Definition at line 247 of file verdict.h.

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

◆ relative_size_squared

double TetMetricVals::relative_size_squared
See also
v_tet_relative_size

Definition at line 271 of file verdict.h.

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

◆ scaled_jacobian

double TetMetricVals::scaled_jacobian
See also
v_tet_scaled_jacobian

Definition at line 267 of file verdict.h.

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

◆ shape

double TetMetricVals::shape
See also
v_tet_shape

Definition at line 269 of file verdict.h.

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

◆ shape_and_size

double TetMetricVals::shape_and_size
See also
v_tet_shape_and_size

Definition at line 273 of file verdict.h.

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

◆ volume

double TetMetricVals::volume
See also
v_tet_volume

Definition at line 261 of file verdict.h.

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


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