GfsGlobal
From Gerris
(Difference between revisions)
Revision as of 22:42, 29 January 2007
Global functions, constants, macros etc... can be defined using GfsGlobal. They will then be accessible to any GfsFunction in the remainder of the parameter file.
The syntax in parameter files is as follows:
GfsGlobal { CODE }
where CODE is any valid C code.

