Searched refs:PetscDSSetJacobianPreconditioner (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex64.c | 185 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 D | ex62.c | 307 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 D | ex69.c | 3096 …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 D | petscds.h | 156 PETSC_EXTERN PetscErrorCode PetscDSSetJacobianPreconditioner(PetscDS, PetscInt, PetscInt, PetscPoin…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1693 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 D | guide_to_stokes.md | 197 :end-at: PetscCall(PetscDSSetJacobianPreconditioner(ds, 1 198 :start-at: PetscCall(PetscDSSetJacobianPreconditioner(ds, 0
|