Home
last modified time | relevance | path

Searched refs:PetscDSSetJacobianPreconditioner (Results 1 – 6 of 6) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex64.c185 PetscCall(PetscDSSetJacobianPreconditioner(ds, 0, 0, NULL, NULL, NULL, Ju_1_u1u1)); in SetupEqn()
186 PetscCall(PetscDSSetJacobianPreconditioner(ds, 0, 1, NULL, NULL, Ju_1_u1p0, NULL)); in SetupEqn()
187 PetscCall(PetscDSSetJacobianPreconditioner(ds, 1, 0, NULL, Jp_0_p0u1, NULL, NULL)); in SetupEqn()
188 PetscCall(PetscDSSetJacobianPreconditioner(ds, 1, 1, pJp_0_p0p0, NULL, NULL, NULL)); in SetupEqn()
189 PetscCall(PetscDSSetJacobianPreconditioner(ds, 2, 2, pJw_0_w0w0, NULL, NULL, pJw_1_w1w1)); in SetupEqn()
H A Dex62.c307 PetscCall(PetscDSSetJacobianPreconditioner(ds, 0, 0, NULL, NULL, NULL, g3_uu)); in SetupEqn()
308 PetscCall(PetscDSSetJacobianPreconditioner(ds, 1, 1, g0_pp, NULL, NULL, NULL)); in SetupEqn()
H A Dex69.c3096 …PetscCall(PetscDSSetJacobianPreconditioner(prob, 0, 0, NULL, NULL, NULL, stokes_momentum_vel_J_kx)… in SetupProblem()
3097 PetscCall(PetscDSSetJacobianPreconditioner(prob, 1, 1, stokes_identity_J_kx, NULL, NULL, NULL)); in SetupProblem()
3105 …PetscCall(PetscDSSetJacobianPreconditioner(prob, 0, 0, NULL, NULL, NULL, stokes_momentum_vel_J_cx)… in SetupProblem()
3106 PetscCall(PetscDSSetJacobianPreconditioner(prob, 1, 1, stokes_identity_J_cx, NULL, NULL, NULL)); in SetupProblem()
3114 …PetscCall(PetscDSSetJacobianPreconditioner(prob, 0, 0, NULL, NULL, NULL, stokes_momentum_vel_J_cx)… in SetupProblem()
3115 PetscCall(PetscDSSetJacobianPreconditioner(prob, 1, 1, stokes_identity_J_cx, NULL, NULL, NULL)); in SetupProblem()
/petsc/include/
H A Dpetscds.h156 PETSC_EXTERN PetscErrorCode PetscDSSetJacobianPreconditioner(PetscDS, PetscInt, PetscInt, PetscPoin…
/petsc/src/dm/dt/interface/
H A Ddtds.c1693 PetscErrorCode PetscDSSetJacobianPreconditioner(PetscDS ds, PetscInt f, PetscInt g, PetscPointJacFn… in PetscDSSetJacobianPreconditioner() function
3776 PetscCall(PetscDSSetJacobianPreconditioner(newprob, fn, gn, g0p, g1p, g2p, g3p)); in PetscDSSelectEquations()
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md197 :end-at: PetscCall(PetscDSSetJacobianPreconditioner(ds, 1
198 :start-at: PetscCall(PetscDSSetJacobianPreconditioner(ds, 0