Lines Matching refs:hasBdJac
6665 PetscBool hasBdJac, hasBdPrec; in DMPlexComputeJacobianHybridByKey() local
6686 PetscCall(PetscDSHasBdJacobian(ds, &hasBdJac)); in DMPlexComputeJacobianHybridByKey()
6784 …PetscCall(DMGetWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMat… in DMPlexComputeJacobianHybridByKey()
6785 …PetscCall(DMGetWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMat… in DMPlexComputeJacobianHybridByKey()
6786 …PetscCall(DMGetWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMat… in DMPlexComputeJacobianHybridByKey()
6793 if (hasBdJac) { in DMPlexComputeJacobianHybridByKey()
6869 if (hasBdJac) { in DMPlexComputeJacobianHybridByKey()
6881 if (hasBdJac) { in DMPlexComputeJacobianHybridByKey()
6935 if (hasBdJac) { in DMPlexComputeJacobianHybridByKey()
6941 } else if (hasBdJac) { in DMPlexComputeJacobianHybridByKey()
6949 …PetscCall(DMRestoreWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &ele… in DMPlexComputeJacobianHybridByKey()
6950 …PetscCall(DMRestoreWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &ele… in DMPlexComputeJacobianHybridByKey()
6951 …PetscCall(DMRestoreWorkArray(dm, hasBdJac ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &ele… in DMPlexComputeJacobianHybridByKey()