Searched refs:elemMatCohP (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 6789 …ll(DMGetWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMatCohP)); in DMPlexComputeJacobianHybridByKey() 6801 PetscCall(PetscArrayzero(elemMatCohP, cellChunkSize * totDim * totDim)); in DMPlexComputeJacobianHybridByKey() 6886 …IAN_PRE, key[2], 2, Ne, chunkGeomF, chunkGeomN, u, u_t, dsAux[2], a[2], t, X_tShift, elemMatCohP)); in DMPlexComputeJacobianHybridByKey() 6887 …set * totDimIn), dsAux[2], &a[2][offset * totDimAux[2]], t, X_tShift, &elemMatCohP[offset * totDim… in DMPlexComputeJacobianHybridByKey() 6915 …for (j = 0; j < totDim; ++j) elemMatCohP[coff + (off + i) * totDim + j] += s[0][soff + i] * elemMa… in DMPlexComputeJacobianHybridByKey() 6924 …for (j = 0; j < totDim; ++j) elemMatCohP[coff + (off + i) * totDim + j] += elemMatNegP[coff + (off… in DMPlexComputeJacobianHybridByKey() 6932 …for (i = 0; i < totDim * totDim; ++i) elemMatCohP[coff + i] += elemMatNegP[coff + i] + elemMatPosP… in DMPlexComputeJacobianHybridByKey() 6939 …printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMatCohP[cind * totDim *… in DMPlexComputeJacobianHybridByKey() 6940 …PetscCall(DMPlexMatSetClosure(plex, section, globalSection, JacP, cell, &elemMatCohP[cind * totDim… in DMPlexComputeJacobianHybridByKey() [all …]
|