|
| MeshQualityMetrics () |
|
| MeshQualityMetrics (UnstructuredMapping &umap_) |
|
const realArray & | computeMetric (MeshQualityMetric metric) |
|
void | setReferenceTransformation (MetricEvaluator *rt) |
|
void | plot (GL_GraphicsInterface &gi) |
|
void | outputHistogram (aString fileName="meshQuality.dat") |
|
const realArray & | getJacobianProperties () |
|
const realArray & | getJacobians () |
|
ArraySimpleFixed< real, 2, 2, 1, 1 > | computeJacobian (const ArraySimpleFixed< real, 2, 1, 1, 1 > &x0, const ArraySimpleFixed< real, 2, 1, 1, 1 > &xm, const ArraySimpleFixed< real, 2, 1, 1, 1 > &xmp1, const ArraySimpleFixed< real, 2, 2, 1, 1 > &T) |
|
ArraySimpleFixed< real, 2, 2, 1, 1 > | computeJacobian (const ArraySimpleFixed< real, 2, 1, 1, 1 > &x0, const ArraySimpleFixed< real, 2, 1, 1, 1 > &x1, const ArraySimpleFixed< real, 2, 1, 1, 1 > &x2, const ArraySimpleFixed< real, 2, 1, 1, 1 > &x3, const ArraySimpleFixed< real, 2, 2, 1, 1 > &T) |
|
ArraySimpleFixed< real, 3, 3, 1, 1 > | computeJacobian (const ArraySimpleFixed< real, 3, 1, 1, 1 > &x0, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x1, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x2, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x3, const ArraySimpleFixed< real, 3, 3, 1, 1 > &T) |
|
ArraySimpleFixed< real, 3, 3, 1, 1 > | computeJacobian (const ArraySimpleFixed< real, 3, 1, 1, 1 > &x0, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x1, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x2, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x3, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x4, const ArraySimpleFixed< real, 3, 3, 1, 1 > &T) |
|
ArraySimpleFixed< real, 3, 3, 1, 1 > | computeJacobian (const ArraySimpleFixed< real, 3, 1, 1, 1 > &x0, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x1, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x2, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x3, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x4, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x5, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x6, const ArraySimpleFixed< real, 3, 1, 1, 1 > &x7, const ArraySimpleFixed< real, 3, 3, 1, 1 > &T) |
|
ArraySimpleFixed< real, 2, 2, 1, 1 > | computeWeight (const ArraySimpleFixed< real, 2, 1, 1, 1 > &xc, UnstructuredMapping::ElementType et) |
|
ArraySimpleFixed< real, 3, 3, 1, 1 > | computeWeight (const ArraySimpleFixed< real, 3, 1, 1, 1 > &xc, UnstructuredMapping::ElementType et) |
|
void | computeJacobianProperties (real &N2, real &det, real &K, const ArraySimpleFixed< real, 2, 2, 1, 1 > &J) const |
|
void | computeJacobianProperties (real &N2, real &det, real &K, const ArraySimpleFixed< real, 3, 3, 1, 1 > &J) const |
|
real | jacobianNodeDerivative (UnstructuredMapping::ElementType, int n, int c) const |
|