Home
last modified time | relevance | path

Searched refs:g2_vp (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex10.c96 static void g2_vp(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g2_vp() function
133 PetscCall(PetscDSSetJacobian(ds, 0, 1, NULL, NULL, g2_vp, NULL)); in SetupProblem()
/petsc/src/snes/tutorials/
H A Dex76.c243 static void g2_vp(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g2_vp() function
385 PetscCall(PetscDSSetJacobian(prob, 0, 1, NULL, NULL, g2_vp, NULL)); in SetupProblem()
/petsc/src/ts/tutorials/
H A Dex77.c244 static void g2_vp(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g2_vp() function
376 PetscCall(PetscDSSetJacobian(prob, 0, 1, NULL, NULL, g2_vp, NULL)); in SetupProblem()
H A Dex76.c949 static void g2_vp(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g2_vp() function
1229 PetscCall(PetscDSSetJacobian(ds, VEL, PRES, NULL, NULL, g2_vp, NULL)); in SetupProblem()