


ICEGLOBAL - generate global variable this routine creates some global variables needed by the solution sequence


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);