Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c6653 PetscScalar *elemMatNegP, *elemMatPosP, *elemMatCohP; in DMPlexComputeJacobianHybridByKey() local
6787 …ll(DMGetWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatNegP)); in DMPlexComputeJacobianHybridByKey()
6799 PetscCall(PetscArrayzero(elemMatNegP, cellChunkSize * totDim * totDim)); in DMPlexComputeJacobianHybridByKey()
6876 …IAN_PRE, key[0], 0, Ne, chunkGeomF, chunkGeomN, u, u_t, dsAux[0], a[0], t, X_tShift, elemMatNegP)); in DMPlexComputeJacobianHybridByKey()
6877 …set * totDimIn), dsAux[0], &a[0][offset * totDimAux[0]], t, X_tShift, &elemMatNegP[offset * totDim… in DMPlexComputeJacobianHybridByKey()
6915 …m; ++j) elemMatCohP[coff + (off + i) * totDim + j] += s[0][soff + i] * elemMatNegP[coff + (off + i… in DMPlexComputeJacobianHybridByKey()
6924 …(j = 0; j < totDim; ++j) elemMatCohP[coff + (off + i) * totDim + j] += elemMatNegP[coff + (off + i… in DMPlexComputeJacobianHybridByKey()
6932 …for (i = 0; i < totDim * totDim; ++i) elemMatCohP[coff + i] += elemMatNegP[coff + i] + elemMatPosP… in DMPlexComputeJacobianHybridByKey()
6952 …MRestoreWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatNegP)); in DMPlexComputeJacobianHybridByKey()