Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex24.c191 static void g2_qu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g2_qu() function
239 PetscCall(PetscDSSetJacobian(ds, 0, 1, NULL, NULL, g2_qu, NULL)); in SetupPrimalProblem()
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c107 static void g2_qu(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt … in g2_qu() function
145 PetscCall(PetscDSSetJacobian(ds, 0, 1, NULL, NULL, g2_qu, NULL)); in CreateFEM()