Searched refs:ProblemTypes (Results 1 – 2 of 2) sorted by relevance
5019 my %ProblemTypes = ();5024 $ProblemTypes{"Global_Data_Type_And_Size"} = 1;5027 $ProblemTypes{"Global_Data_Type_Format"} = 1;5030 $ProblemTypes{"Global_Data_Type"} = 1;5041 $ProblemTypes{"Global_Data_Removed_Const"} = 1;5044 $ProblemTypes{"Global_Data_Became_Non_Const"} = 1;5046 $ProblemTypes{"Global_Data_Type"} = 1;5051 $ProblemTypes{"Global_Data_Added_Const"} = 1;5054 $ProblemTypes{"Global_Data_Became_Const"} = 1;5056 $ProblemTypes{"Global_Data_Type"} = 1;[all …]
25 static const char *const ProblemTypes[] = {"ENNEPER", "SINS", "ProblemType", "PROBLEM_", 0}; variable55 …PetscCall(PetscOptionsEnum("-problem_type", "Problem type", NULL, ProblemTypes, (PetscEnum)ptype, … in main()