Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGRegionBoundaryRecovery.cpp284 tetrahedron *ver2tetarray; in reconstructmesh() local
297 ver2tetarray = new tetrahedron[_vertices.size() + in->firstnumber]; in reconstructmesh()
300 ver2tetarray[i] = nullptr; in reconstructmesh()
366 tptr = ver2tetarray[idx]; in reconstructmesh()
370 ver2tetarray[idx] = encode(tetloop); in reconstructmesh()
486 delete[] ver2tetarray; in reconstructmesh()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/tetgen/
H A Dtetgen.cpp22629 tetrahedron *ver2tetarray; in reconstructmesh() local
22665 ver2tetarray = new tetrahedron[in->numberofpoints + 1]; in reconstructmesh()
22669 ver2tetarray[i] = nullptr; in reconstructmesh()
22713 tptr = ver2tetarray[idx]; in reconstructmesh()
22717 ver2tetarray[idx] = encode(tetloop); in reconstructmesh()
23137 delete [] ver2tetarray; in reconstructmesh()
/dports/math/libmesh/libmesh-1.6.2/contrib/tetgen/
H A Dtetgen.C23296 tetrahedron *ver2tetarray; in reconstructmesh() local
23335 ver2tetarray = new tetrahedron[in->numberofpoints + 1]; in reconstructmesh()
23339 ver2tetarray[i] = NULL; in reconstructmesh()
23387 tptr = ver2tetarray[idx]; in reconstructmesh()
23391 ver2tetarray[idx] = encode(tetloop); in reconstructmesh()
23939 delete [] ver2tetarray; in reconstructmesh()
/dports/science/elmerfem/elmerfem-release-9.0/misc/tetgen_plugin/plugin/
H A Dtetgen.cxx22560 tetrahedron *ver2tetarray; in reconstructmesh() local
22599 ver2tetarray = new tetrahedron[in->numberofpoints + 1]; in reconstructmesh()
22603 ver2tetarray[i] = NULL; in reconstructmesh()
22647 tptr = ver2tetarray[idx]; in reconstructmesh()
22651 ver2tetarray[idx] = encode(tetloop); in reconstructmesh()
23173 delete [] ver2tetarray; in reconstructmesh()
/dports/math/tetgen/tetgen1.5.1/
H A Dtetgen.cxx23296 tetrahedron *ver2tetarray; in reconstructmesh() local
23335 ver2tetarray = new tetrahedron[in->numberofpoints + 1]; in reconstructmesh()
23339 ver2tetarray[i] = NULL; in reconstructmesh()
23387 tptr = ver2tetarray[idx]; in reconstructmesh()
23391 ver2tetarray[idx] = encode(tetloop); in reconstructmesh()
23939 delete [] ver2tetarray; in reconstructmesh()