Home
last modified time | relevance | path

Searched refs:evalRHSFunction (Results 1 – 2 of 2) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Dbouncing_ball.py21 def evalRHSFunction(self, ts, t, u, f): member in BouncingBall
60 ts.setRHSFunction(ode.evalRHSFunction, f)
H A Dfastslowsplit.py30 def evalRHSFunction(self, ts, t, u, f): member in FSS
95 ts.setRHSFunction(ode.evalRHSFunction, f)