Searched refs:test_lmvm (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | rosenbrock1.c | 34 PetscBool flg, test_lmvm = PETSC_FALSE; in main() local 57 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_lmvm", &test_lmvm, &flg)); in main() 78 if (test_lmvm) PetscCall(PetscOptionsSetValue(NULL, "-tao_type", "bqnktr")); in main() 87 if (test_lmvm) { in main()
|
| H A D | rosenbrock3.c | 34 PetscBool flg, test_lmvm = PETSC_FALSE; in main() local 54 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_lmvm", &test_lmvm, &flg)); in main()
|
| H A D | rosenbrock2.c | 34 PetscBool flg, test_lmvm = PETSC_FALSE; in main() local 54 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_lmvm", &test_lmvm, &flg)); in main()
|
| H A D | eptorsion3.c | 77 PetscBool test_lmvm = PETSC_FALSE; in main() local 97 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_lmvm", &test_lmvm, &flg)); in main() 150 if (test_lmvm) { in main() 162 if (test_lmvm) { in main()
|
| H A D | eptorsion1.c | 77 PetscBool test_lmvm = PETSC_FALSE; in main() local 95 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_lmvm", &test_lmvm, &flg)); in main() 136 if (test_lmvm) { in main() 148 if (test_lmvm) { in main()
|
| H A D | rosenbrock4.h | 34 PetscBool test_lmvm; member 102 user->test_lmvm = PETSC_FALSE; in AppCtxCreate() 108 …"-test_lmvm", "Test LMVM solve against LMVM mult", NULL, user->test_lmvm, &user->test_lmvm, NULL)); in AppCtxCreate() 737 if (user->test_lmvm) PetscCall(TestLMVM(tao)); in RosenbrockMain()
|