Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx220 …l *phypts, PetscReal *jxw, PetscReal *phi, PetscReal *dphidx, PetscReal *dphidy, PetscReal *jacobi… in Compute_Lagrange_Basis_2D_Internal() argument
232 PetscCall(PetscArrayzero(dphidy, npts * nverts)); in Compute_Lagrange_Basis_2D_Internal()
275 if (dphidy) dphidy[i + offset] += dNi_deta[i] * ijacobian[k * 2 + 1]; in Compute_Lagrange_Basis_2D_Internal()
326 if (dphidy) { in Compute_Lagrange_Basis_2D_Internal()
327 dphidy[0 + offset] = Dy[0]; in Compute_Lagrange_Basis_2D_Internal()
328 dphidy[1 + offset] = Dy[1]; in Compute_Lagrange_Basis_2D_Internal()
329 dphidy[2 + offset] = Dy[2]; in Compute_Lagrange_Basis_2D_Internal()
376 …l *phypts, PetscReal *jxw, PetscReal *phi, PetscReal *dphidx, PetscReal *dphidy, PetscReal *dphidz… in Compute_Lagrange_Basis_3D_Internal() argument
389 PetscCall(PetscArrayzero(dphidy, npts * nverts)); in Compute_Lagrange_Basis_3D_Internal()
446 if (dphidy) dphidy[i + offset] += dNi_deta[i] * ijacobian[1 * 3 + k]; in Compute_Lagrange_Basis_3D_Internal()
[all …]