Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx376 …l *jxw, PetscReal *phi, PetscReal *dphidx, PetscReal *dphidy, PetscReal *dphidz, PetscReal *jacobi… in Compute_Lagrange_Basis_3D_Internal() argument
390 PetscCall(PetscArrayzero(dphidz, npts * nverts)); in Compute_Lagrange_Basis_3D_Internal()
447 if (dphidz) dphidz[i + offset] += dNi_dzeta[i] * ijacobian[2 * 3 + k]; in Compute_Lagrange_Basis_3D_Internal()
522 dphidz[0 + offset] = Dz[0]; in Compute_Lagrange_Basis_3D_Internal()
523 dphidz[1 + offset] = Dz[1]; in Compute_Lagrange_Basis_3D_Internal()
524 dphidz[2 + offset] = Dz[2]; in Compute_Lagrange_Basis_3D_Internal()
525 dphidz[3 + offset] = Dz[3]; in Compute_Lagrange_Basis_3D_Internal()