Go to the documentation of this file.
   21 #ifndef vtk_m_filter_mesh_info_MeshQuality_h 
   22 #define vtk_m_filter_mesh_info_MeshQuality_h 
  109   VTKM_CONT std::string GetMetricName() 
const;
 
  120 #endif // vtk_m_filter_mesh_info_MeshQuality_h 
  
@ DiagonalRatio
Compute for each cell the ratio of the maximum diagonal to the minimum diagonal.
 
@ MaxAngle
Computes the maximum angle within each cell in degrees.
 
@ Dimension
Compute for each cell a metric specifically designed for Sandia's Pronto code.
 
@ Taper
Compute the taper of each cell.
 
@ MaxDiagonal
Computes the maximum diagonal length within each cell in degrees.
 
Groups connected points that have the same field value.
Definition: Atomic.h:19
 
@ MinDiagonal
Computes the minimal diagonal length within each cell in degrees.
 
#define VTKM_FILTER_MESH_INFO_EXPORT
Definition: vtkm_filter_mesh_info_export.h:44
 
@ Shear
Compute the shear of each cell.
 
CellMetric
Definition: MeshQuality.h:36
 
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
 
@ Oddy
Compute for each cell the maximum deviation of a metric tensor from an identity matrix,...
 
@ RelativeSizeSquared
Compute for each cell the ratio of area or volume to the mesh average.
 
@ Jacobian
Compute for each cell the minimum determinant of the Jacobian matrix, over corners and cell center.
 
Computes the quality of an unstructured cell-based mesh.
Definition: MeshQuality.h:95
 
@ ShapeAndSize
Compute a metric for each cell based on the shape scaled by the cell size.
 
@ Area
Compute the area of each cell.
 
@ Shape
Compute a shape-based metric for each cell.
 
Base class for all filters.
Definition: Filter.h:163
 
@ Skew
Compute the skew of each cell.
 
#define VTKM_CONT
Definition: ExportMacros.h:57
 
@ Warpage
Compute the flatness of cells.
 
@ Condition
Compute for each cell the condition number of the weighted Jacobian matrix.
 
CellMetric GetMetric() const
Specify the metric to compute on the mesh.
Definition: MeshQuality.h:106
 
@ ScaledJacobian
Compute for each cell a metric derived from the Jacobian matric with normalization involving edge len...
 
@ Volume
Compute the volume each cell.
 
@ AspectRatio
Compute for each cell the ratio of its longest edge to its circumradius.
 
@ Stretch
Compute the stretch of each cell.
 
@ AspectGamma
For each cell, compute the normalized root-mean-square of the edge lengths.
 
#define VTKM_DEPRECATED(...)
Definition: Deprecated.h:145
 
@ MinAngle
Computes the minimum angle within each cell in degrees.