Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex20.c34 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
92 PetscCall(PetscDSSetExactSolution(ds, 0, trig_u, user)); in SetupPrimalProblem()
93 …y(dm, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)trig_u, NULL, user, NULL)… in SetupPrimalProblem()
H A Dex26.c38 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
129 PetscCall(PetscDSSetExactSolution(ds, 0, trig_u, user)); in SetupPrimalProblem()
130 …y(dm, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)trig_u, NULL, user, NULL)… in SetupPrimalProblem()
H A Dex27.c138 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
304 PetscCallAbort(PETSC_COMM_SELF, trig_u(dim, t, x, dim, &potential, NULL)); in f0_trig_bd_mixed_q()
415 …bottom wall primal potential", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)trig_u, NULL, user, NULL)… in SetupPrimalProblem()
423 …, "top wall primal potential", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)trig_u, NULL, user, NULL)… in SetupPrimalProblem()
430 PetscCall(PetscDSSetExactSolution(ds, 0, trig_u, user)); in SetupPrimalProblem()
562 PetscCall(PetscDSSetExactSolution(ds, 1, trig_u, user)); in SetupMixedProblem()
H A Dex62.c196 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
297 exactFuncs[0] = trig_u; in SetupEqn()
/petsc/src/snes/tests/
H A Dex13.c18 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
115 PetscCall(PetscDSSetExactSolution(ds, 0, trig_u, user)); in SetupPrimalProblem()
116 …y(dm, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)trig_u, NULL, user, NULL)… in SetupPrimalProblem()
/petsc/src/dm/dt/fe/tests/
H A Dex2.c22 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
58 PetscCall(PetscDSSetExactSolution(ds, 0, trig_u, user)); in SetupPrimalProblem()
60 …y(dm, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)trig_u, NULL, user, NULL)… in SetupPrimalProblem()
H A Dex1.c31 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
67 PetscCall(PetscDSSetExactSolution(prob, 0, trig_u, user)); in SetupPrimalProblem()
69 …y(dm, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)trig_u, NULL, user, NULL)… in SetupPrimalProblem()
/petsc/src/ts/tutorials/
H A Dex53.c304 static PetscErrorCode trig_u(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscS… in trig_u() function
1763 exact[0] = trig_u; in SetupPrimalProblem()
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md163 :start-at: static PetscErrorCode trig_u