Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex24.c198 static void g1_uq(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g1_uq() function
240 PetscCall(PetscDSSetJacobian(ds, 1, 0, NULL, g1_uq, NULL, NULL)); in SetupPrimalProblem()
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c112 static void g1_uq(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g1_uq() function
146 PetscCall(PetscDSSetJacobian(ds, 1, 0, NULL, g1_uq, NULL, NULL)); in CreateFEM()