Home
last modified time | relevance | path

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

/petsc/src/ml/regressor/tests/
H A Dex3.c13 PetscBool flg_view_sol; member
33 if (ctx->flg_view_sol) { in TestRegressorViews()
120 ctx->flg_view_sol = PETSC_FALSE; in ConfigureContext()
127 PetscCall(PetscOptionsGetBool(NULL, NULL, "-view_sols", &ctx->flg_view_sol, NULL)); in ConfigureContext()