Home
last modified time | relevance | path

Searched refs:ProblemType (Results 1 – 12 of 12) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl2202 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 …]
/petsc/src/binding/petsc4py/test/
H A Dtest_ts_py.py97 ts.setProblemType(ts.ProblemType.NONLINEAR)
138 ts.setProblemType(ts.ProblemType.NONLINEAR)
H A Dtest_ts.py72 ptype = PETSc.TS.ProblemType.NONLINEAR
H A Dtest_object.py304 self.obj.setProblemType(PETSc.TS.ProblemType.NONLINEAR)
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Dbouncing_ball.py57 ts.setProblemType(ts.ProblemType.NONLINEAR)
H A Drober.py52 ts.setProblemType(ts.ProblemType.NONLINEAR)
H A Dce.py51 ts.setProblemType(ts.ProblemType.NONLINEAR)
H A Dfastslowsplit.py79 ts.setProblemType(ts.ProblemType.NONLINEAR)
H A Dvanderpol.py222 ts.setProblemType(ts.ProblemType.NONLINEAR)
/petsc/src/ts/tutorials/
H A Dex8.py52 ts.setProblemType(PETSc.TS.ProblemType.NONLINEAR)
/petsc/src/snes/tutorials/
H A Dex4.c24 } ProblemType; typedef
45 ProblemType ptype = PROBLEM_ENNEPER; in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx153 ProblemType = TSProblemType variable in TS
441 def setProblemType(self, ptype: ProblemType) -> None: argument
458 def getProblemType(self) -> ProblemType:
3167 def __get__(self) -> ProblemType: