Home
last modified time | relevance | path

Searched defs:Contening (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DMeshGeom.cpp522 GeometricalEdge* Geometry::Contening(const R2 P, GeometricalEdge * start) const in Contening() function in bamg::Geometry
/dports/math/freefem++/FreeFem-sources-4.6/src/bamglib/
H A DMeshGeom.cpp519 GeometricalEdge *Geometry::Contening(const R2 P, GeometricalEdge *start) const { in Contening() function in bamg::Geometry
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A Dfem.hpp541 int Contening(const Vertex * vv) const{ return TriangleConteningVertex[vv - vertices]; } in Contening() function in Fem2D::Mesh
H A DGenericMesh.hpp561 int Contening(const Vertex * vv) const{ return ElementConteningVertex[ vv - vertices];} in Contening() function in Fem2D::GenericMesh