Home
last modified time | relevance | path

Searched refs:RunTest (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex100.py1 def RunTest(): function
48 RunTest()
H A Dex100.c5 PetscErrorCode RunTest(void) in RunTest() function
81 PetscCall(RunTest()); in main()
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c49 PetscErrorCode RunTest(int nx, int ny, int nz, int loops, double *wt) in RunTest() function
126 PetscCall(RunTest(nx,ny,nz,samples,&wt)); in main()