|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
Go to the source code of this file.
Functions | |
| static double | get_double (PyObject *item) |
| static int | py_start (int *i, double *t, Event *ev) |
| static int | py_end (int *i, double *t, Event *ev) |
| static int | py_inc (int *i, double *t, Event *ev) |
| static int | py_action (const int i, const double t, Event *ev) |
| int | py_register_event (PyObject *action, PyObject *i, PyObject *t) |
Variables | |
| if | PY_MAJOR_VERSION |
Definition at line 50 of file python.h.
References x.
Referenced by py_inc(), and py_start().
Definition at line 138 of file python.h.
References code(), file, _Event::last, py_action(), PY_MAJOR_VERSION, strdup(), and x.
| if PY_MAJOR_VERSION |
Definition at line 3 of file python.h.
Referenced by py_register_event().