Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Doptions.c2147 PetscBool istrue, isfalse; in PetscOptionsStringToBool() local
2157 PetscCall(PetscStrcasecmp(value, "TRUE", &istrue)); in PetscOptionsStringToBool()
2158 if (istrue) { in PetscOptionsStringToBool()
2162 PetscCall(PetscStrcasecmp(value, "YES", &istrue)); in PetscOptionsStringToBool()
2163 if (istrue) { in PetscOptionsStringToBool()
2167 PetscCall(PetscStrcasecmp(value, "1", &istrue)); in PetscOptionsStringToBool()
2168 if (istrue) { in PetscOptionsStringToBool()
2172 PetscCall(PetscStrcasecmp(value, "on", &istrue)); in PetscOptionsStringToBool()
2173 if (istrue) { in PetscOptionsStringToBool()