Searched refs:elemMatPosP (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 6653 PetscScalar *elemMatNegP, *elemMatPosP, *elemMatCohP; in DMPlexComputeJacobianHybridByKey() local 6788 …ll(DMGetWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatPosP)); in DMPlexComputeJacobianHybridByKey() 6800 PetscCall(PetscArrayzero(elemMatPosP, cellChunkSize * totDim * totDim)); in DMPlexComputeJacobianHybridByKey() 6878 …IAN_PRE, key[1], 1, Ne, chunkGeomF, chunkGeomN, u, u_t, dsAux[1], a[1], t, X_tShift, elemMatPosP)); in DMPlexComputeJacobianHybridByKey() 6879 …set * totDimIn), dsAux[1], &a[1][offset * totDimAux[1]], t, X_tShift, &elemMatPosP[offset * totDim… in DMPlexComputeJacobianHybridByKey() 6915 …f + i] * elemMatNegP[coff + (off + i) * totDim + j] + s[1][soff + i] * elemMatPosP[coff + (off + i… in DMPlexComputeJacobianHybridByKey() 6924 …off + i) * totDim + j] += elemMatNegP[coff + (off + i) * totDim + j] + elemMatPosP[coff + (off + i… in DMPlexComputeJacobianHybridByKey() 6932 …; i < totDim * totDim; ++i) elemMatCohP[coff + i] += elemMatNegP[coff + i] + elemMatPosP[coff + i]; in DMPlexComputeJacobianHybridByKey() 6953 …MRestoreWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatPosP)); in DMPlexComputeJacobianHybridByKey()
|