Searched refs:nextiskey (Results 1 – 1 of 1) sorted by relevance
704 PetscBool nextiskey = PETSC_FALSE; in PetscOptionsInsertArgs() local705 if (left >= 2) PetscCall(PetscOptionsValidKey(eargs[1], &nextiskey)); in PetscOptionsInsertArgs()706 if (left < 2 || nextiskey) { in PetscOptionsInsertArgs()