Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscds.h48 PETSC_EXTERN PetscErrorCode PetscWeakFormSetIndexJacobianPreconditioner(PetscWeakForm, DMLabel, Pet…
/petsc/src/dm/dt/interface/
H A Ddtweakform.c655 PetscErrorCode PetscWeakFormSetIndexJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscIn… in PetscWeakFormSetIndexJacobianPreconditioner() function
H A Ddtds.c1703 …PetscCall(PetscWeakFormSetIndexJacobianPreconditioner(ds->wf, NULL, 0, f, g, 0, 0, g0, 0, g1, 0, g… in PetscDSSetJacobianPreconditioner()