Initialisation event

Name

Initialisation event -- Used for initial conditions

Synopsis


#include <gfs.h>


#define     GFS_IS_INIT                     (obj)

            GfsInit;

GfsGenericInitClass* gfs_init_class         (void);

Description

GfsInit can be used to set initial conditions for a set of variables. The initial conditions can be either constants or functions.

The syntax in parameter files is as follows:

[ GfsGenericInit ] { V1 = [ GfsFunction ] V2 = [ GfsFunction ] ... }

where V1, V2, ... are variable names.

If the variables do not already exist at the time of initialisation, they are created.

Details

GFS_IS_INIT()

#define     GFS_IS_INIT(obj)

obj :


GfsInit

typedef struct {
} GfsInit;


gfs_init_class ()

GfsGenericInitClass* gfs_init_class         (void);

Returns :