Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex27.c130 static PetscErrorCode quadratic_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, P… in quadratic_q() function
225 PetscCallAbort(PETSC_COMM_SELF, quadratic_q(dim, t, x, dim, &flux, NULL)); in f0_quadratic_bd_primal()
529 …SSENTIAL, "right wall flux", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)quadratic_q, NULL, user, NU… in SetupMixedProblem()
532 …ESSENTIAL, "left wall flux", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)quadratic_q, NULL, user, NU… in SetupMixedProblem()
539 PetscCall(PetscDSSetExactSolution(ds, 0, quadratic_q, user)); in SetupMixedProblem()
H A Dex24.c102 static PetscErrorCode quadratic_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, P… in quadratic_q() function
255 PetscCall(PetscDSSetExactSolution(ds, 0, quadratic_q, user)); in SetupPrimalProblem()
/petsc/src/snes/tests/
H A Dex15.c81 static PetscErrorCode quadratic_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, P… in quadratic_q() function
259 PetscCall(PetscDSSetExactSolution(ds, 0, quadratic_q, user)); in SetupPrimalProblem()