Home
last modified time | relevance | path

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

/dports/science/axom/axom-0.6.1/src/axom/quest/tests/
H A Dquest_test_utilities.hpp235 const int NUM_TRIS = 8; in make_octahedron_mesh() local
237 VertexIndex tvRelation[NUM_TRIS * VERTS_PER_TRI] = { in make_octahedron_mesh()
243 for(int i = 0; i < NUM_TRIS; ++i) in make_octahedron_mesh()
264 for(int i = 0; i < NUM_TRIS; ++i) in make_octahedron_mesh()
270 SLIC_ASSERT(NUM_TRIS == triMesh->getNumberOfCells()); in make_octahedron_mesh()