Home
last modified time | relevance | path

Searched refs:HXT_TRACE_MSG (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/core/include/
H A Dhxt_message.h72 #define HXT_TRACE_MSG(status, ...) (void)0 // do nothing macro
74 #define HXT_TRACE_MSG(status, ...) hxtMessageTraceError(status, __func__, __FILE__, STRINGIFY(__… macro
76 #define HXT_TRACE(status) HXT_TRACE_MSG(status, NULL)
84 HXT_TRACE_MSG(_tmp_, ## __VA_ARGS__); \
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/tetMesh/src/
H A DHXTSPR.c213 HXT_TRACE_MSG(HXT_STATUS_ERROR, "Fatal Error: degenerated tetrahedron created %d\n",v); in tet_tri_intersection()
783HXT_TRACE_MSG(HXT_STATUS_ERROR, "DEBUG: This should never happen... valence!=1 for interior point … in new_tetrahedralization()
787HXT_TRACE_MSG(HXT_STATUS_ERROR, "DEBUG: This should never happen... valence!=0 for boundary point … in new_tetrahedralization()
H A Dhxt_tetDelaunay.c32 HXT_TRACE_MSG(_tmp_, "cannot break OpenMP region -> exiting"); \