Searched refs:PetscDSGetJacobian (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ |
| H A D | petscds.h | 151 PETSC_EXTERN PetscErrorCode PetscDSGetJacobian(PetscDS, PetscInt, PetscInt, PetscPointJacFn **, Pet…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1508 PetscErrorCode PetscDSGetJacobian(PetscDS ds, PetscInt f, PetscInt g, PetscPointJacFn **g0, PetscPo… in PetscDSGetJacobian() function 3772 PetscCall(PetscDSGetJacobian(prob, f, g, &g0, &g1, &g2, &g3)); in PetscDSSelectEquations()
|