| FEAT 3
    Finite Element Analysis Toolbox | 
Helper class for computing heuristic mesh quality. More...
#include <mesh_quality_heuristic.hpp>
| Static Public Member Functions | |
| template<typename IdxType_ , typename VtxType_ > | |
| static VtxType_::CoordType | compute (const IdxType_ &idx, const VtxType_ &vtx) | 
| Computes minimum cell quality.  More... | |
| static String | description () | 
| Returns a descriptive String.  More... | |
Helper class for computing heuristic mesh quality.
| Shape_ | Shape of the cells to compute the quality for | 
The exact type of quality indicator depends on this. This class is an empty generic template, all implementations are specializations in Shape_.
Definition at line 28 of file mesh_quality_heuristic.hpp.
| 
 | static | 
Computes minimum cell quality.
| IdxType_ | The index set type | 
| VtxType_ | The vertex set type | 
| [in] | idx | The vertex at cell index set of the mesh. | 
| [in] | idx | The vertex set of the mesh. | 
Referenced by FEAT::Control::Meshopt::MeshoptControlBase< DomainControl_ >::compute_mesh_quality().
| 
 | inlinestatic | 
Returns a descriptive String.
Definition at line 35 of file mesh_quality_heuristic.hpp.