Searched refs:noboundflag (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/constrained/tutorials/ |
| H A D | ex1.c | 39 PetscBool noeqflag, noboundflag, initview; member 78 if (!user.noboundflag) PetscCall(TaoSetVariableBounds(tao, user.xl, user.xu)); in main() 164 user->noboundflag = PETSC_FALSE; in InitializeProblem() 166 PetscCall(PetscOptionsGetBool(NULL, NULL, "-no_bound", &user->noboundflag, NULL)); in InitializeProblem() 175 …if (user->noboundflag) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Expected solution (-no_eq, -no_bou… in InitializeProblem()
|