Gridfunction size parameters

The number of grid functions and parameters declared in the setup file accessible via several preprocessor statements. The perl script which parses the setup file generates the sbin/params.x which declares the following: If specific subgroups of ufuncs or vfuncs have been defined, these will also be declared here. For example, if the setup file contained the following declarations:
        Example setup script:
         ufuncs [G]
         {
         g11,g12,g13
         }

         ufuncs [F]
         {
         D[FV][diss=0], T[FV][diss=0], P[FV], Q
         }
then sbin/params.x would also contain the declarations

Notes

See Also

setup

Index of all manual pages

Examples

None