Searched refs:CheckInterpolation (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex3.c | 145 static PetscErrorCode CheckInterpolation(DM dm, AppCtx *user) in CheckInterpolation() function 239 PetscCall(CheckInterpolation(dm, &user)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex3.c | 795 static PetscErrorCode CheckInterpolation(DM dm, PetscBool checkRestrict, PetscInt order, AppCtx *us… in CheckInterpolation() function 976 PetscCall(CheckInterpolation(dm, PETSC_FALSE, user.porder, &user)); in main() 977 PetscCall(CheckInterpolation(dm, PETSC_TRUE, user.porder, &user)); in main()
|