Searched refs:trig_q (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex27.c | 146 static PetscErrorCode trig_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_q() function 234 PetscCallAbort(PETSC_COMM_SELF, trig_q(dim, t, x, dim, &flux, NULL)); in f0_trig_bd_primal() 551 …_ESSENTIAL, "right wall flux", label, 1, &id, 1, 0, NULL, (PetscVoidFn *)trig_q, NULL, user, NULL)… in SetupMixedProblem() 554 …C_ESSENTIAL, "left wall flux", label, 1, &id, 1, 0, NULL, (PetscVoidFn *)trig_q, NULL, user, NULL)… in SetupMixedProblem() 561 PetscCall(PetscDSSetExactSolution(ds, 0, trig_q, user)); in SetupMixedProblem()
|
| /petsc/src/snes/tests/ |
| H A D | ex15.c | 106 static PetscErrorCode trig_q(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_q() function 265 PetscCall(PetscDSSetExactSolution(ds, 0, trig_q, user)); in SetupPrimalProblem()
|