a new object with type S, a subtype of T
|
|
|
callConvergenceTest(self,
its,
xnorm,
ynorm,
fnorm) |
|
|
|
callMonitor(self,
its,
rnorm) |
|
|
|
|
|
computeFunction(self,
Vec x,
Vec f) |
|
|
|
computeJacobian(self,
Vec x,
Mat J,
Mat P=None) |
|
|
|
|
|
createPython(self,
context=None,
comm=None) |
|
|
|
|
|
|
|
|
|
getConvergenceHistory(self) |
|
|
|
|
|
|
|
getFunctionEvaluations(self) |
|
|
|
|
|
|
|
|
|
|
|
getLinearSolveFailures(self) |
|
|
|
getLinearSolveIterations(self) |
|
|
|
getMaxFunctionEvaluations(self) |
|
|
|
getMaxLinearSolveFailures(self) |
|
|
|
getMaxNonlinearStepFailures(self) |
|
|
|
|
|
getNonlinearStepFailures(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logConvergenceHistory(self,
its,
norm,
linear_its=0) |
|
|
|
|
|
setConvergedReason(self,
reason) |
|
|
|
setConvergenceHistory(self,
length=None,
reset=False) |
|
|
|
setConvergenceTest(self,
converged,
*args,
**kargs) |
|
|
|
|
|
setFunction(self,
function,
Vec f,
*args,
**kargs) |
|
|
|
setFunctionNorm(self,
norm) |
|
|
|
setIterationNumber(self,
its) |
|
|
|
setJacobian(self,
jacobian,
Mat J,
Mat P=None,
*args,
**kargs) |
|
|
|
|
|
setMaxFunctionEvaluations(self,
max_funcs) |
|
|
|
setMaxLinearSolveFailures(self,
max_fails) |
|
|
|
setMaxNonlinearStepFailures(self,
max_fails) |
|
|
|
setMonitor(self,
monitor,
*args,
**kargs) |
|
|
|
|
|
setParamsEW(self,
version=None,
rtol_0=None,
rtol_max=None,
gamma=None,
alpha=None,
alpha2=None,
threshold=None) |
|
|
|
setPythonContext(self,
context) |
|
|
|
setPythonType(self,
py_type) |
|
|
|
setTolerances(self,
rtol=None,
atol=None,
stol=None,
max_it=None) |
|
|
|
|
|
|
|
setUpdate(self,
update,
*args,
**kargs) |
|
|
|
setUseEW(self,
flag,
*targs,
**kargs) |
|
|
|
|
|
|
|
|
|
view(self,
Viewer viewer=None) |
|
|
Inherited from Object :
__eq__ ,
__ge__ ,
__gt__ ,
__le__ ,
__lt__ ,
__ne__ ,
__nonzero__ ,
compose ,
decRef ,
getAttr ,
getClassName ,
getComm ,
getCookie ,
getDict ,
getName ,
getRefCount ,
incRef ,
query ,
setAttr ,
setName
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|