Searched refs:constant_a_2d (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/tutorials/ |
| H A D | ex2.c | 138 PetscErrorCode constant_a_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscS… in constant_a_2d() function 168 PetscCall(PetscDSSetExactSolution(ds, 1, constant_a_2d, NULL)); in SetupProblem() 172 …m, DM_BC_ESSENTIAL, "wall", label, 1, &id, 1, 0, NULL, (PetscVoidFn *)constant_a_2d, NULL, user, N… in SetupProblem()
|