Searched refs:TetEMAP (Results 1 – 1 of 1) sorted by relevance
| /phasta/shapeFunction/src/ |
| H A D | uniformP.c | 9 static int TetEMAP[6][2]={{0,1},{1,2},{2,0},{0,3},{1,3},{2,3}}; in TetShapeAndDrv() local 38 Le[0]=L[TetEMAP[i][0]]; in TetShapeAndDrv() 39 Le[1]=L[TetEMAP[i][1]]; in TetShapeAndDrv() 40 blend = R_edgeBlendTet(TetEMAP[i],L); in TetShapeAndDrv() 41 R_edgeBlendTetDrv(TetEMAP[i],L,bdrv); in TetShapeAndDrv() 42 E_parDrv(TetEMAP[i][0],TetEMAP[i][1],Stet,epdrv); in TetShapeAndDrv()
|