Searched refs:option_set (Results 1 – 1 of 1) sorted by relevance
76 PetscBool option_set = PETSC_FALSE; in ProcessCommandLineOptions() local125 &app_ctx->checkpoint_interval, &option_set)); in ProcessCommandLineOptions()126 if (option_set) app_ctx->checkpoint_vtk = PETSC_TRUE; in ProcessCommandLineOptions()157 PetscBool option_set; in ProcessCommandLineOptions() local160 sizeof(amat_type), &option_set)); in ProcessCommandLineOptions()161 if (option_set) PetscCall(PetscStrallocpy(amat_type, (char **)&app_ctx->amat_type)); in ProcessCommandLineOptions()164 PetscBool option_set; in ProcessCommandLineOptions() local165 PetscCall(PetscOptionsHasName(NULL, NULL, "-pmat_pbdiagonal", &option_set)); in ProcessCommandLineOptions()166 …if (option_set) PetscCall(PetscPrintf(comm, "Warning! -pmat_pbdiagonal no longer used. Pmat assemb… in ProcessCommandLineOptions()