Home
last modified time | relevance | path

Searched refs:g1_pu (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex46.c165 static void g1_pu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g1_pu() function
232 PetscCall(PetscDSSetJacobian(ds, 1, 0, NULL, g1_pu, NULL, NULL)); in SetupProblem()
242 PetscCall(PetscDSSetJacobian(ds, 1, 0, NULL, g1_pu, NULL, NULL)); in SetupProblem()
/petsc/src/snes/tutorials/
H A Dex71.c140 void g1_pu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uOff_x[… in g1_pu() function
234 PetscCall(PetscDSSetJacobian(ds, 1, 0, NULL, g1_pu, NULL, NULL)); in SetupProblem()
H A Dex62.c71 static void g1_pu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g1_pu() function
306 PetscCall(PetscDSSetJacobian(ds, 1, 0, NULL, g1_pu, NULL, NULL)); in SetupEqn()