Lines Matching defs:options
12 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
22 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *options, DM *dm) in CreateMesh()
33 static PetscErrorCode test0(DM dm, AppCtx *options) in test0()
44 static PetscErrorCode test1(DM dm, AppCtx *options) in test1()
65 static PetscErrorCode test2(DM dm, AppCtx *options) in test2()
87 static PetscErrorCode test3(DM dm, AppCtx *options) in test3()
105 static PetscErrorCode test4(DM dm, AppCtx *options) in test4()
122 static PetscErrorCode test5(DM dm, AppCtx *options) in test5()
140 static PetscErrorCode test6(DM dm, AppCtx *options) in test6()
160 static PetscErrorCode test7(DM dm, AppCtx *options) in test7()
177 static PetscErrorCode test8(DM dm, AppCtx *options) in test8()
198 AppCtx options; in main() local