Lines Matching refs:dphidx

110 …eal *quad, PetscReal *phypts, PetscReal *jxw, PetscReal *phi, PetscReal *dphidx, PetscReal *jacobi…  in Compute_Lagrange_Basis_1D_Internal()  argument
119 if (dphidx) { /* Reset arrays. */ in Compute_Lagrange_Basis_1D_Internal()
120 PetscCall(PetscArrayzero(dphidx, npts * nverts)); in Compute_Lagrange_Basis_1D_Internal()
147 if (dphidx) dphidx[i + offset] += dNi_dxi[i] * ijacobian[0]; in Compute_Lagrange_Basis_1D_Internal()
176 if (dphidx) dphidx[i + offset] += dNi_dxi[i] * ijacobian[0]; in Compute_Lagrange_Basis_1D_Internal()
220 …eal *quad, PetscReal *phypts, PetscReal *jxw, PetscReal *phi, PetscReal *dphidx, PetscReal *dphidy… in Compute_Lagrange_Basis_2D_Internal() argument
230 if (dphidx) { /* Reset arrays. */ in Compute_Lagrange_Basis_2D_Internal()
231 PetscCall(PetscArrayzero(dphidx, npts * nverts)); in Compute_Lagrange_Basis_2D_Internal()
271 if (dphidx) { in Compute_Lagrange_Basis_2D_Internal()
274 if (dphidx) dphidx[i + offset] += dNi_dxi[i] * ijacobian[k * 2 + 0]; in Compute_Lagrange_Basis_2D_Internal()
320 if (dphidx) { in Compute_Lagrange_Basis_2D_Internal()
321 dphidx[0 + offset] = Dx[0]; in Compute_Lagrange_Basis_2D_Internal()
322 dphidx[1 + offset] = Dx[1]; in Compute_Lagrange_Basis_2D_Internal()
323 dphidx[2 + offset] = Dx[2]; in Compute_Lagrange_Basis_2D_Internal()
376 …eal *quad, PetscReal *phypts, PetscReal *jxw, PetscReal *phi, PetscReal *dphidx, PetscReal *dphidy… in Compute_Lagrange_Basis_3D_Internal() argument
387 if (dphidx) { in Compute_Lagrange_Basis_3D_Internal()
388 PetscCall(PetscArrayzero(dphidx, npts * nverts)); in Compute_Lagrange_Basis_3D_Internal()
445 if (dphidx) dphidx[i + offset] += dNi_dxi[i] * ijacobian[0 * 3 + k]; in Compute_Lagrange_Basis_3D_Internal()
473 if (dphidx) { in Compute_Lagrange_Basis_3D_Internal()
511 if (dphidx) { in Compute_Lagrange_Basis_3D_Internal()
512 dphidx[0 + offset] = Dx[0]; in Compute_Lagrange_Basis_3D_Internal()
513 dphidx[1 + offset] = Dx[1]; in Compute_Lagrange_Basis_3D_Internal()
514 dphidx[2 + offset] = Dx[2]; in Compute_Lagrange_Basis_3D_Internal()
515 dphidx[3 + offset] = Dx[3]; in Compute_Lagrange_Basis_3D_Internal()