PetscStrInList#
search for a string in character-delimited list
Synopsis#
#include "petscsys.h"   
PetscErrorCode PetscStrInList(const char str[], const char list[], char sep, PetscBool *found)
Not Collective; No Fortran Support
Input Parameters#
- str - the string to look for 
- list - the list to search in 
- sep - the separator character 
Output Parameter#
- found - whether - stris in- list
See Also#
Level#
intermediate
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages