Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscds.h169 PETSC_EXTERN PetscErrorCode PetscDSGetBdJacobian(PetscDS, PetscInt, PetscInt, PetscBdPointJacFn **,…
/petsc/src/dm/dt/interface/
H A Ddtds.c2097 PetscErrorCode PetscDSGetBdJacobian(PetscDS ds, PetscInt f, PetscInt g, PetscBdPointJacFn **g0, Pet… in PetscDSGetBdJacobian() function
3774 PetscCall(PetscDSGetBdJacobian(prob, f, g, &g0Bd, &g1Bd, &g2Bd, &g3Bd)); in PetscDSSelectEquations()