Home
last modified time | relevance | path

Searched refs:HexQInterp (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex14.c124 static const PetscReal (*HexQInterp)[8], (*HexQDeriv)[8][3]; variable
205 phi[i] = HexQInterp[q][i]; in HexComputeGeometry()
587 HexQInterp = HexQInterp_Gauss; in THICreate()
591 HexQInterp = HexQInterp_Lobatto; in THICreate()
792 udot += HexQInterp[q][l] * ndot[l].u; in THIFunctionLocal_3D()
793 vdot += HexQInterp[q][l] * ndot[l].v; in THIFunctionLocal_3D()
/petsc/src/snes/tutorials/
H A Dex48.c141 static const PetscReal (*HexQInterp)[8], (*HexQDeriv)[8][3]; variable
221 phi[i] = HexQInterp[q][i]; in HexComputeGeometry()
512 HexQInterp = HexQInterp_Gauss; in THICreate()
516 HexQInterp = HexQInterp_Lobatto; in THICreate()