Searched defs: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 |
| H A D | fastslowsplit.py | 30 def evalRHSFunction(self, ts, t, u, f): member in FSS |