[cig-commits] commit: Works for solCx up to 10^10

Mercurial hg at geodynamics.org
Fri Feb 10 16:00:03 PST 2012


changeset:   6:da6fd69b973b
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Aug 04 02:33:16 2011 -0700
files:       main.cxx
description:
Works for solCx up to 10^10


diff -r 135b6a4f6c31 -r da6fd69b973b main.cxx
--- a/main.cxx	Thu Aug 04 02:28:30 2011 -0700
+++ b/main.cxx	Thu Aug 04 02:33:16 2011 -0700
@@ -13,11 +13,11 @@ int main()
 
   /* Initial conditions */
 
-  const double max_eta=2;
+  const double max_eta=1e10;
   const double log_max_eta=std::log(max_eta);
   const double middle=0.4;
   // const int n_sweeps=1;
-  const int n_sweeps=10000;
+  const int n_sweeps=100000;
   const double h(1.0/N);
   const double pi(atan(1.0)*4);
   const double theta_mom=1.0;



More information about the CIG-COMMITS mailing list