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 D | verdict_mangle.h.in | 107 #define v_tet_shape @VERDICT_MANGLE_PREFIX@_v_tet_shape macro
|
H A D | V_TetMetric.cpp | 915 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 D | verdict.h.in | 329 /** \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 D | verdict_mangle.h.in | 106 #define v_tet_shape @VERDICT_MANGLE_PREFIX@_v_tet_shape macro
|
H A D | V_TetMetric.cpp | 915 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 D | verdict.h.in | 329 /** \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 D | verdict_mangle.h.in | 106 #define v_tet_shape @VERDICT_MANGLE_PREFIX@_v_tet_shape macro
|
H A D | V_TetMetric.cpp | 897 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 D | verdict.h.in | 329 /** \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 D | verdict.h | 834 C_FUNC_DEF double v_tet_shape( int num_nodes, double coordinates[][3] );
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/verdict/ |
H A D | VerdictWrapper.cpp | 231 case MB_SHAPE: func = v_tet_shape; break; // 15 in quality_measure()
|
H A D | V_TetMetric.cpp | 779 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 D | vtkMeshQuality.cxx | 1437 return v_tet_shape( 4, pc ); in TetShape()
|
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/ |
H A D | vtkMeshQuality.cxx | 1403 return v_tet_shape(4, pc); in TetShape()
|
/dports/math/vtk6/VTK-6.2.0/Filters/Verdict/ |
H A D | vtkMeshQuality.cxx | 1437 return v_tet_shape( 4, pc ); in TetShape()
|