Searched refs:quadratic_q (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex27.c | 130 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 D | ex24.c | 102 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 D | ex15.c | 81 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()
|