Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscds.h155 PETSC_EXTERN PetscErrorCode PetscDSGetJacobianPreconditioner(PetscDS, PetscInt, PetscInt, PetscPoin…
/petsc/src/dm/dt/interface/
H A Ddtds.c1646 PetscErrorCode PetscDSGetJacobianPreconditioner(PetscDS ds, PetscInt f, PetscInt g, PetscPointJacFn… in PetscDSGetJacobianPreconditioner() function
3773 PetscCall(PetscDSGetJacobianPreconditioner(prob, f, g, &g0p, &g1p, &g2p, &g3p)); in PetscDSSelectEquations()