[cig-commits] r11875 - mc/3D/CitcomS/trunk/lib

gurnis at geodynamics.org gurnis at geodynamics.org
Wed Apr 30 16:11:18 PDT 2008


Author: gurnis
Date: 2008-04-30 16:11:18 -0700 (Wed, 30 Apr 2008)
New Revision: 11875

Modified:
   mc/3D/CitcomS/trunk/lib/global_defs.h
Log:
Start to add new features for reading surface
temperature for all top surface node points

Added new variables to the CONTROL structure vbcs_file & temperature_boundary_fi
le



Modified: mc/3D/CitcomS/trunk/lib/global_defs.h
===================================================================
--- mc/3D/CitcomS/trunk/lib/global_defs.h	2008-04-30 22:36:58 UTC (rev 11874)
+++ mc/3D/CitcomS/trunk/lib/global_defs.h	2008-04-30 23:11:18 UTC (rev 11875)
@@ -504,6 +504,7 @@
     int remove_rigid_rotation;
     int side_sbcs;
     int vbcs_file;
+    int tbcs_file;
     int mat_control;
 #ifdef USE_GGRD
   struct ggrd_master ggrd;
@@ -512,6 +513,7 @@
     double accuracy;
     double vaccuracy;
     char velocity_boundary_file[1000];
+    char temperature_boundary_file[1000];
     char mat_file[1000];
     char lith_age_file[1000];
 



More information about the cig-commits mailing list