Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c4630 …PetscScalar *work, *u = NULL, *u_t = NULL, *a = NULL, *elemMat = NULL, *elemMatP = NULL, *elemM… in DMPlexComputeJacobian_Patch_Internal() local
4699 elemMatP = hasPrec ? (sz = chunkSize * totDim * totDim, off += sz, work + off - sz) : NULL; in DMPlexComputeJacobian_Patch_Internal()
4752 …rob, prob, PETSCFE_JACOBIAN_PRE, key, Ncell, cgeomFEM, u, u_t, probAux, a, t, X_tShift, elemMatP)); in DMPlexComputeJacobian_Patch_Internal()
4767 if (hasPrec) elemMatP[eOffset + i * totDim + i] = 1.0; in DMPlexComputeJacobian_Patch_Internal()
4781 …if (hasPrec) PetscCall(DMPrintCellMatrix(cell, nameP, totDim, totDim, &elemMatP[(c - cStart) * tot… in DMPlexComputeJacobian_Patch_Internal()
5915 PetscScalar *u = NULL, *u_t = NULL, *a = NULL, *elemMat = NULL, *elemMatP = NULL; in DMPlexComputeBdJacobianSingleByLabel() local
5969 …im : 0), &elemMat, (hasPrec ? (size_t)numFaces * totDim * totDim : 0), &elemMatP, (locA ? (size_t)… in DMPlexComputeBdJacobianSingleByLabel()
6004 if (elemMatP) PetscCall(PetscArrayzero(elemMatP, numFaces * totDim * totDim)); in DMPlexComputeBdJacobianSingleByLabel()
6028 …cobian(ds, wf, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, dsAux, a, t, X_tShift, elemMatP)); in DMPlexComputeBdJacobianSingleByLabel()
6036 …dsAux, PetscSafePointerPlusOffset(a, offset * totDimAux), t, X_tShift, &elemMatP[offset * totDim *… in DMPlexComputeBdJacobianSingleByLabel()
[all …]