| /petsc/src/snes/tutorials/ |
| H A D | ex20.c | 34 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 D | ex26.c | 38 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 D | ex27.c | 138 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 D | ex62.c | 196 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 D | ex13.c | 18 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 D | ex2.c | 22 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 D | ex1.c | 31 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 D | ex53.c | 304 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 D | guide_to_stokes.md | 163 :start-at: static PetscErrorCode trig_u
|