Name
Generic event -- Any action to be performed at a given time
Description
Events are used to control any action which needs to be performed at a
given time during a simulation. This includes one off actions as well
as periodically repeated actions.
The syntax in parameter files is as follows:
with
Details
GFS_EVENT_CLASS()
#define GFS_EVENT_CLASS(klass) |
GFS_IS_EVENT()
#define GFS_IS_EVENT(obj) |
struct GfsEvent
struct GfsEvent {
GtsSListContainee parent;
gdouble t, start, end, step;
guint i, istart, iend, istep;
guint n;
gboolean end_event;
}; |