Home
last modified time | relevance | path

Searched refs:evalFunction (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dbratu2d.py27 def evalFunction(self, snes, X, F): member in Bratu2D
52 snes.setFunction(appc.evalFunction, f)
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Drober.py23 def evalFunction(self, ts, t, x, xdot, f): member in Rober
55 ts.setIFunction(ode.evalFunction, f)
H A Dce.py26 def evalFunction(self, ts, t, x, xdot, f): member in CE
54 ts.setIFunction(ode.evalFunction, f)
H A Dorego.py22 def evalFunction(self, ts, t, x, xdot, f): member in Orego
57 ts.setIFunction(ode.evalFunction, f)
H A Dvanderpol.py44 def evalFunction(self, ts, t, u, f): member in VDP
229 ts.setRHSFunction(ode.evalFunction, f)
240 ts.setRHSFunction(ode.evalFunction, f)
H A Dheat.py71 def evalFunction(self, ts, t, x, xdot, f): member in Heat
126 ts.setIFunction(ode.evalFunction, ode.gvec)