Searched refs:SN2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | gmshlex.h | 11 #define SN2(p) (SN1(p) * SN1((p) + 1) / 2) macro 12 #define SN3(p) (SN2(p) * SN1((p) + 2) / 3) 14 #define SI2(p, i, j) ((i) + (SN2(p) - SN2((p) - (j)))) 32 #define GmshNumNodes_TRI(p) SN2(p) 36 #define GmshNumNodes_PRI(p) (SN2(p) * BN1(p)) 72 int i, j, *sub, buf[SN2(GMSH_MAX_ORDER)]; in GmshLexOrder_TRI() 229 #define index(i, j, k) (SI2(p, i, j) + BI1(p, k) * SN2(p)) in GmshLexOrder_PRI() 276 pair ij[SN2(GMSH_MAX_ORDER)], tmp[SN2(GMSH_MAX_ORDER)]; in GmshLexOrder_PRI()
|