Searched refs:ProblemType (Results 1 – 12 of 12) sorted by relevance
2202 my $ProblemType = "Virtual_Replacement";2211 $ProblemType = "Pure_Virtual_Replacement";2233 %{$CompatProblems{$Level}{$AffectedInt}{$ProblemType}{$AddedVFunc}}=(2294 my $ProblemType = "Removed_Virtual_Method";2296 $ProblemType = "Removed_Pure_Virtual_Method";2299 … %{$CompatProblems{$Level}{$Symbol}{$ProblemType}{getSignature($Symbol, 1, "Class|Name|Qual")}}=(2508 my $ProblemType = undef;2510 $ProblemType = "Size_Of_Copying_Class";2516 $ProblemType = "Size_Of_Allocable_Class_Increased";2520 $ProblemType = "Size_Of_Allocable_Class_Decreased";[all …]
97 ts.setProblemType(ts.ProblemType.NONLINEAR)138 ts.setProblemType(ts.ProblemType.NONLINEAR)
72 ptype = PETSc.TS.ProblemType.NONLINEAR
304 self.obj.setProblemType(PETSc.TS.ProblemType.NONLINEAR)
57 ts.setProblemType(ts.ProblemType.NONLINEAR)
52 ts.setProblemType(ts.ProblemType.NONLINEAR)
51 ts.setProblemType(ts.ProblemType.NONLINEAR)
79 ts.setProblemType(ts.ProblemType.NONLINEAR)
222 ts.setProblemType(ts.ProblemType.NONLINEAR)
52 ts.setProblemType(PETSc.TS.ProblemType.NONLINEAR)
24 } ProblemType; typedef45 ProblemType ptype = PROBLEM_ENNEPER; in main()
153 ProblemType = TSProblemType variable in TS441 def setProblemType(self, ptype: ProblemType) -> None: argument458 def getProblemType(self) -> ProblemType:3167 def __get__(self) -> ProblemType: