Searched refs:prefixind (Results 1 – 1 of 1) sorted by relevance
82 int prefixind; member1069 …PetscCheck(options->prefixind < MAXPREFIXES, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Maximum depth of pr… in PetscOptionsPrefixPush()1073 …if (!valid && options->prefixind > 0 && isdigit((int)prefix[0])) valid = PETSC_TRUE; /* If the pre… in PetscOptionsPrefixPush()1074 …cter must be a letter%s, do not include leading '-')", prefix, options->prefixind ? " or digit" : … in PetscOptionsPrefixPush()1075 start = options->prefixind ? options->prefixstack[options->prefixind - 1] : 0; in PetscOptionsPrefixPush()1079 options->prefixstack[options->prefixind++] = (int)(start + n); in PetscOptionsPrefixPush()1101 …PetscCheck(options->prefixind >= 1, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "More prefixes popp… in PetscOptionsPrefixPop()1102 options->prefixind--; in PetscOptionsPrefixPop()1103 offset = options->prefixind ? options->prefixstack[options->prefixind - 1] : 0; in PetscOptionsPrefixPop()1166 options->prefixind = 0; in PetscOptionsClear()[all …]