Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c6665 PetscBool hasBdJac, hasBdPrec; in DMPlexComputeJacobianHybridByKey() local
6687 PetscCall(PetscDSHasBdJacobianPreconditioner(ds, &hasBdPrec)); in DMPlexComputeJacobianHybridByKey()
6787 …PetscCall(DMGetWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMa… in DMPlexComputeJacobianHybridByKey()
6788 …PetscCall(DMGetWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMa… in DMPlexComputeJacobianHybridByKey()
6789 …PetscCall(DMGetWorkArray(dm, hasBdPrec ? cellChunkSize * totDim * totDim : 0, MPIU_SCALAR, &elemMa… in DMPlexComputeJacobianHybridByKey()
6798 if (hasBdPrec) { in DMPlexComputeJacobianHybridByKey()
6875 if (hasBdPrec) { in DMPlexComputeJacobianHybridByKey()
6885 if (hasBdPrec) { in DMPlexComputeJacobianHybridByKey()
6914 if (hasBdPrec) in DMPlexComputeJacobianHybridByKey()
6923 if (hasBdPrec) in DMPlexComputeJacobianHybridByKey()
[all …]