iceglobal

PURPOSE ^

ICEGLOBAL - generate global variable

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

ICEGLOBAL - generate global variable

   this routine creates some global variables needed by the solution sequence

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %ICEGLOBAL - generate global variable
0002 %
0003 %   this routine creates some global variables needed by the solution sequence
0004 
0005 global gridset %structure holding grid sets
0006 global cluster %is a parallel computation requested?
0007 global sqrt3 %used in Jacobian computations.
0008 
0009 sqrt3=sqrt(3.0);

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003