Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DMesh2dn.hpp52 static const int NbOfVertices =3; member
56 static const int NbOfAdjElem =NbOfVertices;
57 static const int NbOfVertexOnHyperFace =NbOfVertices-1;
60 static R mesure( V * pv[NbOfVertices]) { in mesure()
74 static const int NbOfVertices =2; member
78 static const int NbOfAdjElem =NbOfVertices;
79 static const int NbOfVertexOnHyperFace =NbOfVertices-1;
82 static R mesure( V * pv[NbOfVertices]) { in mesure()
H A DMesh1dn.hpp49 static const int NbOfVertices =2; member
53 static const int NbOfAdjElem =NbOfVertices;
54 static const int NbOfVertexOnHyperFace =NbOfVertices-1;
57 static R mesure( V * pv[NbOfVertices]) { in mesure()
70 static const int NbOfVertices =1; member
78 static R mesure( V * pv[NbOfVertices] ) { in mesure()
H A DMeshLn.hpp66 static const int NbOfVertices =1; member
74 static R mesure( V * pv[NbOfVertices] ) { in mesure()
86 static const int NbOfVertices =2; member
90 static const int NbOfAdjElem =NbOfVertices;
91 static const int NbOfVertexOnHyperFace =NbOfVertices-1;
94 static R mesure( V * pv[NbOfVertices]) { in mesure()
H A DMeshSn.hpp59 static const int NbOfVertices =3; member
63 static const int NbOfAdjElem =NbOfVertices;
64 static const int NbOfVertexOnHyperFace =NbOfVertices-1;
72 static R mesure( V * pv[NbOfVertices]) { in mesure()
H A DMesh3dn.hpp57 static const int NbOfVertices =4; member
61 static const int NbOfAdjElem =NbOfVertices;
62 static const int NbOfVertexOnHyperFace =NbOfVertices-1;
65 static R mesure( V * pv[NbOfVertices]) in mesure()
H A DGenericMesh.hpp295 static const int nv=Data::NbOfVertices; // nb of vertices