Home
last modified time | relevance | path

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

/petsc/src/ml/regressor/tests/
H A Dex3.c12 PetscBool flg_ascii; member
53 } else if (ctx->flg_ascii) PetscCall(PetscRegressorView(regressor, PETSC_VIEWER_STDOUT_WORLD)); in TestRegressorViews()
119 ctx->flg_ascii = PETSC_FALSE; in ConfigureContext()
126 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_ascii_viewer", &ctx->flg_ascii, NULL)); in ConfigureContext()