Home
last modified time | relevance | path

Searched refs:v_tet_shape_and_size (Results 1 – 15 of 15) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/verdict/vtkverdict/
H A Dverdict_mangle.h.in108 #define v_tet_shape_and_size @VERDICT_MANGLE_PREFIX@_v_tet_shape_and_size macro
H A Dverdict.h.in333 /** \sa v_tet_shape_and_size*/
497 …tializer \brief Request that the product of shape and size be computed. \sa v_tet_shape_and_size */
1109 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] );
H A DV_TetMetric.cpp984 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] ) in v_tet_shape_and_size() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/verdict/vtkverdict/
H A Dverdict_mangle.h.in107 #define v_tet_shape_and_size @VERDICT_MANGLE_PREFIX@_v_tet_shape_and_size macro
H A Dverdict.h.in333 /** \sa v_tet_shape_and_size*/
497 …tializer \brief Request that the product of shape and size be computed. \sa v_tet_shape_and_size */
1109 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] );
H A DV_TetMetric.cpp984 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] ) in v_tet_shape_and_size() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/verdict/vtkverdict/
H A Dverdict_mangle.h.in107 #define v_tet_shape_and_size @VERDICT_MANGLE_PREFIX@_v_tet_shape_and_size macro
H A Dverdict.h.in333 /** \sa v_tet_shape_and_size*/
497 …tializer \brief Request that the product of shape and size be computed. \sa v_tet_shape_and_size */
1109 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] );
H A DV_TetMetric.cpp966 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] ) in v_tet_shape_and_size() function
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A Dverdict.h846 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] );
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/verdict/
H A DVerdictWrapper.cpp233 case MB_SHAPE_AND_SIZE: func = v_tet_shape_and_size; break; // 17 in quality_measure()
H A DV_TetMetric.cpp848 C_FUNC_DEF double v_tet_shape_and_size( int num_nodes, double coordinates[][3] ) in v_tet_shape_and_size() function
/dports/math/vtk8/VTK-8.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx1459 return v_tet_shape_and_size( 4, pc ); in TetShapeandSize()
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/
H A DvtkMeshQuality.cxx1425 return v_tet_shape_and_size(4, pc); in TetShapeandSize()
/dports/math/vtk6/VTK-6.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx1459 return v_tet_shape_and_size( 4, pc ); in TetShapeandSize()