3D Skew Metric Class More...
#include <Algebraic_Metrics_3.h>
Public Member Functions | |
Skew_Metric_3 () | |
Construc a 3D Skew Metric. More... | |
virtual void | compute (double atts[]) const |
Calculate the metric value on this element. More... | |
Public Member Functions inherited from Alg_Metric_Base_3 | |
Alg_Metric_Base_3 () | |
Constructor. More... | |
virtual | ~Alg_Metric_Base_3 () |
Virtual Destructor. More... | |
virtual void | initialize (Vector_3< double > n[], int type) |
Initialize a 3D Algebraic Metric. More... | |
virtual void | initialize (Element_node_enumerator &ene) |
virtual double | maxValue () const |
The maximum value for this metric. More... | |
virtual double | minValue () const |
The minimum value for this metric. More... | |
Public Member Functions inherited from Metric | |
Metric () | |
virtual | ~Metric () |
Additional Inherited Members | |
Protected Member Functions inherited from Alg_Metric_Base_3 | |
double | compute_size (double ref_voume=1.) const |
Compute the size metric. More... | |
double | compute_shape () const |
Compute the shape metric. More... | |
double | compute_skew () const |
Compute the skew metric. More... | |
Protected Attributes inherited from Alg_Metric_Base_3 | |
double | alpha [8] |
J_Matrix | A [8] |
Matrix | L [8] |
int | type_ |
3D Skew Metric Class
Definition at line 148 of file Algebraic_Metrics_3.h.
|
inline |
|
virtual |
Calculate the metric value on this element.
atts[] | Computed value(s) placed here. |
Implements Metric.
Definition at line 191 of file Algebraic_Metrics_3.C.
Referenced by main().