Generic initialisation event

Name

Generic initialisation event -- Abstract class for initial conditions

Synopsis


#include <gfs.h>


#define     GFS_IS_GENERIC_INIT             (obj)

typedef     GfsGenericInitClass;
typedef     GfsGenericInit;

GfsEventClass* gfs_generic_init_class       (void);

Description

GfsGenericInit events happen in the order in which they appear in the parameter file and before any other event.

The syntax in parameter files is as follows:

[ GfsEvent ]

Details

GFS_IS_GENERIC_INIT()

#define     GFS_IS_GENERIC_INIT(obj)

obj :


GfsGenericInitClass

typedef struct _GfsEventClass GfsGenericInitClass;


GfsGenericInit

typedef struct _GfsEvent      GfsGenericInit;


gfs_generic_init_class ()

GfsEventClass* gfs_generic_init_class       (void);

Returns :