Searched refs:elemMatNeg (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 6652 PetscScalar *elemMatNeg, *elemMatPos, *elemMatCoh; in DMPlexComputeJacobianHybridByKey() local 6784 …Call(DMGetWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatNeg)); in DMPlexComputeJacobianHybridByKey() 6794 PetscCall(PetscArrayzero(elemMatNeg, cellChunkSize * totDim * totDim)); in DMPlexComputeJacobianHybridByKey() 6870 …JACOBIAN, key[0], 0, Ne, chunkGeomF, chunkGeomN, u, u_t, dsAux[0], a[0], t, X_tShift, elemMatNeg)); in DMPlexComputeJacobianHybridByKey() 6871 …PetscSafePointerPlusOffset(a[0], offset * totDimAux[0]), t, X_tShift, &elemMatNeg[offset * totDim … in DMPlexComputeJacobianHybridByKey() 6913 …im; ++j) elemMatCoh[coff + (off + i) * totDim + j] += s[0][soff + i] * elemMatNeg[coff + (off + i)… in DMPlexComputeJacobianHybridByKey() 6922 …for (j = 0; j < totDim; ++j) elemMatCoh[coff + (off + i) * totDim + j] += elemMatNeg[coff + (off +… in DMPlexComputeJacobianHybridByKey() 6930 …for (i = 0; i < totDim * totDim; ++i) elemMatCoh[coff + i] += elemMatNeg[coff + i] + elemMatPos[co… in DMPlexComputeJacobianHybridByKey() 6949 …(DMRestoreWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatNeg)); in DMPlexComputeJacobianHybridByKey()
|