Searched refs:mms2_u_2d (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ ! |
| H A D | ex46.c | 60 static PetscErrorCode mms2_u_2d(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pet… in mms2_u_2d() function 243 PetscCall(PetscDSSetExactSolution(ds, 0, mms2_u_2d, ctx)); in SetupProblem() 245 …(dm, DM_BC_ESSENTIAL, "wall", label, 1, &id, 0, 0, NULL, (PetscVoidFn *)mms2_u_2d, NULL, ctx, NULL… in SetupProblem()
|