Home
last modified time | relevance | path

Searched refs:ProblemTypes (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl5019 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 …]
/petsc/src/snes/tutorials/
H A Dex4.c25 static const char *const ProblemTypes[] = {"ENNEPER", "SINS", "ProblemType", "PROBLEM_", 0}; variable
55 …PetscCall(PetscOptionsEnum("-problem_type", "Problem type", NULL, ProblemTypes, (PetscEnum)ptype, … in main()