Go to the source code of this file.
Macros | |
#define | VERDICT_EXPORTS |
Functions | |
C_FUNC_DEF double | v_pyramid_volume (int num_nodes, double coordinates[][3]) |
Calculates pyramid volume. More... | |
C_FUNC_DEF void | v_pyramid_quality (int num_nodes, double coordinates[][3], unsigned int metrics_request_flag, PyramidMetricVals *metric_vals) |
Calculates quality metrics for pyramid elements. More... | |
#define VERDICT_EXPORTS |
Definition at line 23 of file V_PyramidMetric.cpp.
C_FUNC_DEF void v_pyramid_quality | ( | int | num_nodes, |
double | coordinates[][3], | ||
unsigned int | metrics_request_flag, | ||
PyramidMetricVals * | metric_vals | ||
) |
Calculates quality metrics for pyramid elements.
Definition at line 96 of file V_PyramidMetric.cpp.
References V_PYRAMID_VOLUME, v_pyramid_volume(), and PyramidMetricVals::volume.
C_FUNC_DEF double v_pyramid_volume | ( | int | num_nodes, |
double | coordinates[][3] | ||
) |
Calculates pyramid volume.
the volume of a pyramid
the volume is calculated by dividing the pyramid into 2 tets and summing the volumes of the 2 tets.
Definition at line 59 of file V_PyramidMetric.cpp.
References VerdictVector::set().
Referenced by v_pyramid_quality().