Searched refs:evalFunction (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/bratu2d/ |
| H A D | bratu2d.py | 27 def evalFunction(self, snes, X, F): member in Bratu2D 52 snes.setFunction(appc.evalFunction, f)
|
| /petsc/src/binding/petsc4py/demo/legacy/ode/ |
| H A D | rober.py | 23 def evalFunction(self, ts, t, x, xdot, f): member in Rober 55 ts.setIFunction(ode.evalFunction, f)
|
| H A D | ce.py | 26 def evalFunction(self, ts, t, x, xdot, f): member in CE 54 ts.setIFunction(ode.evalFunction, f)
|
| H A D | orego.py | 22 def evalFunction(self, ts, t, x, xdot, f): member in Orego 57 ts.setIFunction(ode.evalFunction, f)
|
| H A D | vanderpol.py | 44 def evalFunction(self, ts, t, u, f): member in VDP 229 ts.setRHSFunction(ode.evalFunction, f) 240 ts.setRHSFunction(ode.evalFunction, f)
|
| H A D | heat.py | 71 def evalFunction(self, ts, t, x, xdot, f): member in Heat 126 ts.setIFunction(ode.evalFunction, ode.gvec)
|