Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmplexts.c224 PetscCall(PetscDSHasJacobianPreconditioner(ds, &hasPrec)); in DMPlexTSComputeIJacobianFEM()
383 PetscCall(PetscDSHasJacobianPreconditioner(ds, &hasPrec)); in DMTSCheckJacobian()
/petsc/src/snes/utils/
H A Ddmplexsnes.c574 PetscCall(PetscDSHasJacobianPreconditioner(ds, &hasPrec)); in DMPlexSNESComputeJacobianFEM()
919 PetscCall(PetscDSHasJacobianPreconditioner(ds, &hasPrec)); in DMSNESCheckJacobian()
/petsc/include/
H A Dpetscds.h154 PETSC_EXTERN PetscErrorCode PetscDSHasJacobianPreconditioner(PetscDS, PetscBool *);
/petsc/src/dm/dt/interface/
H A Ddtds.c1604 PetscErrorCode PetscDSHasJacobianPreconditioner(PetscDS ds, PetscBool *hasJacPre) in PetscDSHasJacobianPreconditioner() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c4663 PetscCall(PetscDSHasJacobianPreconditioner(prob, &hasPrec)); in DMPlexComputeJacobian_Patch_Internal()
6213 PetscCall(PetscDSHasJacobianPreconditioner(prob, &hasPrec)); in DMPlexComputeJacobianByKey()
6436 PetscCall(PetscDSHasJacobianPreconditioner(rds, &hasPrec)); in DMPlexComputeJacobianByKeyGeneral()
/petsc/src/snes/interface/
H A Dsnes.c793 if (prob) PetscCall(PetscDSHasJacobianPreconditioner(prob, &hasPrec)); in SNESSetUpMatrices()