Searched refs:othersetfromoptions (Results 1 – 1 of 1) sorted by relevance
558 static PetscErrorCode (*othersetfromoptions[MAXSETFROMOPTIONS])(SNES); variable579 othersetfromoptions[numberofsetfromoptions++] = snescheck; in SNESAddOptionsChecker()1156 for (i = 0; i < numberofsetfromoptions; i++) PetscCall((*othersetfromoptions[i])(snes)); in SNESSetFromOptions()