Searched refs:evalRHSFunction (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/ode/ |
| H A D | bouncing_ball.py | 21 def evalRHSFunction(self, ts, t, u, f): member in BouncingBall 60 ts.setRHSFunction(ode.evalRHSFunction, f)
|
| H A D | fastslowsplit.py | 30 def evalRHSFunction(self, ts, t, u, f): member in FSS 95 ts.setRHSFunction(ode.evalRHSFunction, f)
|