Searched defs:ode (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/ode/ | ||
| H A D | vanderpol.py | 119 def __init__(self, ode): argument |
| H A D | ce.py | 43 ode = CE(lambda_) variable |
| H A D | rober.py | 44 ode = Rober() variable |
| H A D | heat.py | 118 ode = Heat(MPI.COMM_WORLD, OptDB.getInt('n', 100)) variable |
| H A D | orego.py | 47 ode = Orego() variable |
| H A D | bouncing_ball.py | 45 ode = BouncingBall() variable |
| H A D | fastslowsplit.py | 71 ode = FSS() variable |
| /petsc/src/ts/tutorials/ | ||
| H A D | ex8.py | 55 ode = MyODE(da) variable |