Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex48.c143 static const PetscReal QuadQInterp[4][4] = { variable
827 const PetscReal jw = 0.25 * hx * hy / thi->rhog, *phi = QuadQInterp[q]; in THIFunctionLocal()
994 phi[l] = QuadQInterp[q][l]; in THIJacobianLocal_2D()
1149 const PetscReal jw = 0.25 * hx * hy / thi->rhog, *phi = QuadQInterp[q];
/petsc/src/ts/tutorials/
H A Dex14.c126 static const PetscReal QuadQInterp[4][4] = { variable
831 const PetscReal jw = 0.25 * hx * hy, *phi = QuadQInterp[q]; in THIFunctionLocal_3D()
1175 const PetscReal jw = 0.25 * hx * hy, *phi = QuadQInterp[q]; in THIJacobianLocal_Momentum()