Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex24.c139 static PetscErrorCode quartic_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pet… in quartic_q() function
260 PetscCall(PetscDSSetExactSolution(ds, 0, quartic_q, user)); in SetupPrimalProblem()
265 PetscCall(PetscDSSetExactSolution(ds, 0, quartic_q, user)); in SetupPrimalProblem()
267 …_ESSENTIAL, "Flux condition", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)quartic_q, NULL, user, NUL… in SetupPrimalProblem()