Searched refs:HexQDeriv (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 141 static const PetscReal (*HexQInterp)[8], (*HexQDeriv)[8][3]; variable 220 const PetscReal *dphir = HexQDeriv[q][i]; in HexComputeGeometry() 513 HexQDeriv = HexQDeriv_Gauss; in THICreate() 517 HexQDeriv = HexQDeriv_Lobatto; in THICreate() 793 HexGrad(HexQDeriv[q], zn, dz); in THIFunctionLocal() 1082 HexGrad(HexQDeriv[q], zn, dz);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 124 static const PetscReal (*HexQInterp)[8], (*HexQDeriv)[8][3]; variable 204 const PetscReal *dphir = HexQDeriv[q][i]; in HexComputeGeometry() 588 HexQDeriv = HexQDeriv_Gauss; in THICreate() 592 HexQDeriv = HexQDeriv_Lobatto; in THICreate() 795 HexGrad(HexQDeriv[q], zn, dz); in THIFunctionLocal_3D() 1130 HexGrad(HexQDeriv[q], zn, dz); in THIJacobianLocal_Momentum()
|