Initialisation event

Name

Initialisation event -- Used for initial conditions

Synopsis


#include <gfs.h>


#define     GFS_IS_INIT                     (obj)

struct      GfsInit;

GfsGenericInitClass* gfs_init_class         (void);

Description

GfsInit can be used to set initial conditions for each primitive variable. The initial conditions can be either constants or functions of space.

The syntax in parameter files is as follows:

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

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

Details

GFS_IS_INIT()

#define     GFS_IS_INIT(obj)

obj :


struct GfsInit

struct GfsInit {

};


gfs_init_class ()

GfsGenericInitClass* gfs_init_class         (void);

Returns :