Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Doptions.c840 PetscBool skipPetscrc = PETSC_FALSE, skipPetscrcSet = PETSC_FALSE; in PetscOptionsInsert() local
854 …PetscCall(PetscOptionsProcessPrecedentFlags(options, *argc, *args, &skipPetscrc, &skipPetscrcSet)); in PetscOptionsInsert()
860 …if (!skipPetscrcSet) PetscCall(PetscOptionsGetBool(options, NULL, "-skip_petscrc", &skipPetscrc, N… in PetscOptionsInsert()