Home
last modified time | relevance | path

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

/dports/math/eigen3/eigen-3.3.9/demos/opengl/
H A Dicosphere.cpp51 _subdivide(); in IcoSphere()
57 const_cast<IcoSphere*>(this)->_subdivide(); in indices()
61 void IcoSphere::_subdivide(void) in _subdivide() function in IcoSphere
103 const_cast<IcoSphere*>(this)->_subdivide(); in draw()
H A Dicosphere.h24 void _subdivide();
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/demos/opengl/
H A Dicosphere.cpp51 _subdivide(); in IcoSphere()
57 const_cast<IcoSphere*>(this)->_subdivide(); in indices()
61 void IcoSphere::_subdivide(void) in _subdivide() function in IcoSphere
103 const_cast<IcoSphere*>(this)->_subdivide(); in draw()
H A Dicosphere.h24 void _subdivide();
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/demos/opengl/
H A Dicosphere.cpp51 _subdivide(); in IcoSphere()
57 const_cast<IcoSphere*>(this)->_subdivide(); in indices()
61 void IcoSphere::_subdivide(void) in _subdivide() function in IcoSphere
103 const_cast<IcoSphere*>(this)->_subdivide(); in draw()
H A Dicosphere.h24 void _subdivide();
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/demos/opengl/
H A Dicosphere.cpp51 _subdivide(); in IcoSphere()
57 const_cast<IcoSphere*>(this)->_subdivide(); in indices()
61 void IcoSphere::_subdivide(void) in _subdivide() function in IcoSphere
103 const_cast<IcoSphere*>(this)->_subdivide(); in draw()
H A Dicosphere.h24 void _subdivide();
/dports/misc/opennn/opennn-5.0.5/eigen/demos/opengl/
H A Dicosphere.cpp51 _subdivide(); in IcoSphere()
57 const_cast<IcoSphere*>(this)->_subdivide(); in indices()
61 void IcoSphere::_subdivide(void) in _subdivide() function in IcoSphere
103 const_cast<IcoSphere*>(this)->_subdivide(); in draw()
H A Dicosphere.h24 void _subdivide();
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/demos/opengl/
H A Dicosphere.cpp51 _subdivide(); in IcoSphere()
57 const_cast<IcoSphere*>(this)->_subdivide(); in indices()
61 void IcoSphere::_subdivide(void) in _subdivide() function in IcoSphere
103 const_cast<IcoSphere*>(this)->_subdivide(); in draw()
H A Dicosphere.h24 void _subdivide();
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Dmenger_sponge.py161 def _subdivide(location: 'Vertex' = (0., 0., 0.), length: float = 1., kind: int = 0) -> List[Tuple[… function
212 cubes = _subdivide(location, length, kind=kind)
216 next_level_cubes.extend(_subdivide(location, length, kind=kind))
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DbezierBasis.h215 static void _subdivide(fullMatrix<double> &coeff, int npts, int start);
216 static void _subdivide(fullMatrix<double> &coeff, int npts, int start,
H A DbezierBasis.cpp973 void bezierCoeff::_subdivide(fullMatrix<double> &coeff, int npts, int start) in _subdivide() function in bezierCoeff
986 void bezierCoeff::_subdivide(fullMatrix<double> &coeff, int npts, int start, in _subdivide() function in bezierCoeff
1263 for(int i = 0; i < N; i += 2) { _subdivide(_sub, n, i, N); } in _subdivideQuadrangle()
1264 for(int j = 0; j < N; ++j) { _subdivide(_sub, n, j * N); } in _subdivideQuadrangle()
1289 for(int j = 0; j < N; j += 2) { _subdivide(_sub, n, i + j * N, N * N); } in _subdivideHexahedron()
1292 for(int k = 0; k < N; ++k) { _subdivide(_sub, n, i + k * N * N, N); } in _subdivideHexahedron()
1295 for(int k = 0; k < N; ++k) { _subdivide(_sub, n, j * N + k * N * N); } in _subdivideHexahedron()
1325 for(int i = 0; i < ntri; ++i) { _subdivide(_sub, n, i, ntri); } in _subdividePrism()
1365 _subdivide(_sub, nk, i + j * Nij, Nij * Nij); in _subdividePyramid()
1370 _subdivide(_sub, nij, i + k * Nij * Nij, Nij); in _subdividePyramid()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dmesh.py322 mesh = _subdivide(mesh, quads, edges)
423 def _subdivide(mesh, quads=True, edges=False) -> 'MeshVertexMerger': function
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGFace.cpp127 void _subdivide() in _subdivide() function in quadMeshRemoveHalfOfOneDMesh
312 _subdivide(); in finish()