Searched refs:elemMatPos (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 6785 …Call(DMGetWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatPos)); in DMPlexComputeJacobianHybridByKey() 6795 PetscCall(PetscArrayzero(elemMatPos, cellChunkSize * totDim * totDim)); in DMPlexComputeJacobianHybridByKey() 6872 …JACOBIAN, key[1], 1, Ne, chunkGeomF, chunkGeomN, u, u_t, dsAux[1], a[1], t, X_tShift, elemMatPos)); in DMPlexComputeJacobianHybridByKey() 6873 …PetscSafePointerPlusOffset(a[1], offset * totDimAux[1]), t, X_tShift, &elemMatPos[offset * totDim … in DMPlexComputeJacobianHybridByKey() 6913 …ff + i] * elemMatNeg[coff + (off + i) * totDim + j] + s[1][soff + i] * elemMatPos[coff + (off + i)… in DMPlexComputeJacobianHybridByKey() 6922 …(off + i) * totDim + j] += elemMatNeg[coff + (off + i) * totDim + j] + elemMatPos[coff + (off + i)… in DMPlexComputeJacobianHybridByKey() 6930 …= 0; i < totDim * totDim; ++i) elemMatCoh[coff + i] += elemMatNeg[coff + i] + elemMatPos[coff + i]; in DMPlexComputeJacobianHybridByKey() 6950 …(DMRestoreWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatPos)); in DMPlexComputeJacobianHybridByKey()
|