Searched refs:SL2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | gmshlex.h | 17 #define SL2(p, i, j) SL1((p) - 1, i) SL1((p) - (i), j) macro 70 #define loop2(i, j) SL2(p, i, j) in GmshLexOrder_TRI() 127 #define loop2(i, j) SL2(p, i, j) in GmshLexOrder_TET() 227 #define loops(i, j) SL2(p, i, j) in GmshLexOrder_PRI()
|