Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/ThirdParty/verdict/vtkverdict/
H A Dverdict_mangle.h.in107 #define v_tet_shape @VERDICT_MANGLE_PREFIX@_v_tet_shape macro
H A DV_TetMetric.cpp915 C_FUNC_DEF double v_tet_shape( int /*num_nodes*/, double coordinates[][3] ) in v_tet_shape() function
988 shape = v_tet_shape( num_nodes, coordinates ); in v_tet_shape_and_size()
H A Dverdict.h.in329 /** \sa v_tet_shape */
493 /*!\hideinitializer \brief Request that the shape be computed. \sa v_tet_shape */
1097 C_FUNC_DEF double v_tet_shape( int num_nodes, double coordinates[][3] );
/dports/math/vtk8/VTK-8.2.0/ThirdParty/verdict/vtkverdict/
H A Dverdict_mangle.h.in106 #define v_tet_shape @VERDICT_MANGLE_PREFIX@_v_tet_shape macro
H A DV_TetMetric.cpp915 C_FUNC_DEF double v_tet_shape( int /*num_nodes*/, double coordinates[][3] ) in v_tet_shape() function
988 shape = v_tet_shape( num_nodes, coordinates ); in v_tet_shape_and_size()
H A Dverdict.h.in329 /** \sa v_tet_shape */
493 /*!\hideinitializer \brief Request that the shape be computed. \sa v_tet_shape */
1097 C_FUNC_DEF double v_tet_shape( int num_nodes, double coordinates[][3] );
/dports/math/vtk6/VTK-6.2.0/ThirdParty/verdict/vtkverdict/
H A Dverdict_mangle.h.in106 #define v_tet_shape @VERDICT_MANGLE_PREFIX@_v_tet_shape macro
H A DV_TetMetric.cpp897 C_FUNC_DEF double v_tet_shape( int /*num_nodes*/, double coordinates[][3] ) in v_tet_shape() function
970 shape = v_tet_shape( num_nodes, coordinates ); in v_tet_shape_and_size()
H A Dverdict.h.in329 /** \sa v_tet_shape */
493 /*!\hideinitializer \brief Request that the shape be computed. \sa v_tet_shape */
1097 C_FUNC_DEF double v_tet_shape( int num_nodes, double coordinates[][3] );
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A Dverdict.h834 C_FUNC_DEF double v_tet_shape( int num_nodes, double coordinates[][3] );
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/verdict/
H A DVerdictWrapper.cpp231 case MB_SHAPE: func = v_tet_shape; break; // 15 in quality_measure()
H A DV_TetMetric.cpp779 C_FUNC_DEF double v_tet_shape( int /*num_nodes*/, double coordinates[][3] ) in v_tet_shape() function
852 shape = v_tet_shape( num_nodes, coordinates ); in v_tet_shape_and_size()
/dports/math/vtk8/VTK-8.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx1437 return v_tet_shape( 4, pc ); in TetShape()
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/
H A DvtkMeshQuality.cxx1403 return v_tet_shape(4, pc); in TetShape()
/dports/math/vtk6/VTK-6.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx1437 return v_tet_shape( 4, pc ); in TetShape()