Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex17.c12 } TestType; typedef
13 extern PetscErrorCode FormTestMatrix(Mat, PetscInt, TestType);
24 TestType type; in main()
119 PetscErrorCode FormTestMatrix(Mat A, PetscInt n, TestType type) in FormTestMatrix()
/petsc/src/tao/leastsquares/tutorials/
H A Dcs1.c35 } TestType; typedef
48 TestType tType;
120 ctx->tType = (TestType)run; in ProcessOptions()
/petsc/src/ts/tutorials/
H A Dex48.c18 } TestType; typedef
52 TestType testType;
81 options->testType = (TestType)ii; in ProcessOptions()