Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex27.c146 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 Dex15.c106 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()