Home
last modified time | relevance | path

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

/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md594 :start-at: static void stokes_identity_J_kx
/petsc/src/snes/tutorials/
H A Dex69.c148 static void stokes_identity_J_kx(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], … in stokes_identity_J_kx() function
3097 PetscCall(PetscDSSetJacobianPreconditioner(prob, 1, 1, stokes_identity_J_kx, NULL, NULL, NULL)); in SetupProblem()