#include <qualityMeasures.h>
|
static double | gamma (MQuadrangle *el) |
|
static double | eta (MQuadrangle *el) |
|
static double | angles (MQuadrangle *e) |
|
static double | minNCJ (const MQuadrangle *e) |
|
static void | NCJRange (const MQuadrangle *e, double &valMin, double &valMax) |
|
static int | numNCJVal () |
|
static void | NCJ (const SPoint3 &p0, const SPoint3 &p1, const SPoint3 &p2, const SPoint3 &p3, const SVector3 &normal, std::vector< double > &ncj) |
|
static void | NCJAndGradients (const SPoint3 &p0, const SPoint3 &p1, const SPoint3 &p2, const SPoint3 &p3, const SVector3 &normal, std::vector< double > &NCJ, std::vector< double > &dNCJ) |
|
Definition at line 49 of file qualityMeasures.h.
◆ angles()
◆ eta()
◆ gamma()
◆ minNCJ()
static double qmQuadrangle::minNCJ |
( |
const MQuadrangle * |
e | ) |
|
|
static |
◆ NCJ()
◆ NCJAndGradients()
void qmQuadrangle::NCJAndGradients |
( |
const SPoint3 & |
p0, |
|
|
const SPoint3 & |
p1, |
|
|
const SPoint3 & |
p2, |
|
|
const SPoint3 & |
p3, |
|
|
const SVector3 & |
normal, |
|
|
std::vector< double > & |
NCJ, |
|
|
std::vector< double > & |
dNCJ |
|
) |
| |
|
static |
std::vector<double> dNCJLoc = (iV == 0) ? dNCJ0 : (iV == 1) ? dNCJ1 : dNCJ2; / std::cout << "DBGTT: -> dNCJ/dp" << ig << " (local) =
(" << dNCJLoc[ind2] << ", " << dNCJLoc[ind2+1] << ", " << dNCJLoc[ind2+2] < ")\n";
Definition at line 534 of file qualityMeasures.cpp.
◆ NCJRange()
void qmQuadrangle::NCJRange |
( |
const MQuadrangle * |
e, |
|
|
double & |
valMin, |
|
|
double & |
valMax |
|
) |
| |
|
static |
◆ numNCJVal()
static int qmQuadrangle::numNCJVal |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: