Home
last modified time | relevance | path

Searched refs:YEDGE (Results 1 – 17 of 17) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/test/TEST_sstruct/
H A Dsstruct.in.fe_all2_3D39 # YEDGE = 6
H A Dsstruct.in.fe_all2_3D_coord41 # YEDGE = 6
H A Dsstruct.in.fe_all3_3D40 # YEDGE = 6
H A Dsstruct.in.fe_all3_3D_coord42 # YEDGE = 6
H A Dsstruct.in.noaddtoval_edges17 # YEDGE = 6
H A Dsstruct.in.addtoval_edges17 # YEDGE = 6
H A Dsstruct.in.maxwell3d_unscaled17 # YEDGE = 6
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestVolumeToMesh.cc51 EXPECT_TRUE(bool(flags & openvdb::tools::volume_to_mesh_internal::YEDGE)); in TEST_F()
/dports/science/hypre/hypre-2.23.0/src/test/TEST_fac/
H A D3lev.in26 # YEDGE = 6
H A D4lev.in27 # YEDGE = 6
H A D3lev_multibox.in28 # YEDGE = 6
H A D5lev.in28 # YEDGE = 6
H A D6lev.in29 # YEDGE = 6
H A D7lev.in30 # YEDGE = 6
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dsstruct.in.README41 # YEDGE = 6
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dgraph.c114 } YEDGE, *YEDGEPTR ; typedef
861 YEDGE edgeDummy;
986 YEDGE lo;
987 YEDGE hi;
1168 edge2 = YMALLOC( 1, YEDGE );
2747 if (YcheckDebug(edge) < sizeof(YEDGE)) {
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h401 XEDGE = 0x200, YEDGE = 0x400, ZEDGE = 0x800, SEAM = 0x1000}; enumerator
2012 if (!isSeamLineVoxel && flags & YEDGE) { in operator()
2283 if (!maskRegion && flags & YEDGE) { in operator()
2571 if (flags & YEDGE) { in constructPolygons()
2594 mesher.addPrim(quad, isInside, tag[bool(refFlags & YEDGE)]); in constructPolygons()
3832 edgeFlags |= inside != ((signFlags & 0x10) != 0) ? YEDGE : 0; in operator()
4091 if (iter.getValue() & YEDGE) ++edgeCount; in operator()