Home
last modified time | relevance | path

Searched defs:jacpre (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex55k.kokkos.cxx173 PetscErrorCode FormJacobianLocalVec(DMDALocalInfo *info, Vec x, Mat jac, Mat jacpre, AppCtx *user) in FormJacobianLocalVec()
302 PetscErrorCode FormJacobianLocalVec(DMDALocalInfo *info, Vec x, Mat jac, Mat jacpre, AppCtx *user) in FormJacobianLocalVec()
H A Dex55.c312 static PetscErrorCode FormJacobianLocal(DMDALocalInfo *info, PetscScalar **x, Mat jac, Mat jacpre, … in FormJacobianLocal()
H A Dex5.c369 static PetscErrorCode FormJacobianLocal(DMDALocalInfo *info, PetscScalar **x, Mat jac, Mat jacpre, … in FormJacobianLocal()
H A Dex16.c590 PetscErrorCode FormJacobianLocal(DMDALocalInfo *info, Field ***x, Mat jacpre, Mat jac, void *ptr) in FormJacobianLocal()
/petsc/src/ts/tests/
H A Dex21.c74 …scReal t, PetscScalar **x, PetscScalar **xdot, PetscScalar shift, Mat jac, Mat jacpre, AppCtx *app) in FormIJacobianLocal()