Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/benchmarks/
H A DIndex.c5 extern int test1(void);
11 PetscCall(test1()); in main()
17 int test1(void) in test1() function
/petsc/src/dm/impls/plex/tests/
H A Dex25.c44 static PetscErrorCode test1(DM dm, AppCtx *options) in test1() function
101 PetscCall(test1(dm, options)); in test3()
211 PetscCall(test1(dm, &options)); in main()