[cig-commits] commit: Add an adaptive sinker3D

Mercurial hg at geodynamics.org
Mon Apr 25 03:55:28 PDT 2011


changeset:   207:e4aa9825155d
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Apr 25 03:54:17 2011 -0700
files:       input/sinker3D.input
description:
Add an adaptive sinker3D


diff -r 4944a09c9696 -r e4aa9825155d input/sinker3D.input
--- a/input/sinker3D.input	Mon Apr 25 03:37:18 2011 -0700
+++ b/input/sinker3D.input	Mon Apr 25 03:54:17 2011 -0700
@@ -28,19 +28,20 @@ FACStokes {
     // It owns the solver and contains the code to set up the solver.
     // The inputs for FACStokes is simply the inputs for the individual
     // parts owned by the FACStokes class.
+    adaption_threshold = 1.0e-4
     fac_solver {
         // This is the input for the cell-centered Stokes FAC solver
         // class in the SAMRAI library.
         enable_logging = TRUE   // Bool flag to switch logging on/off
-        max_cycles = 3         // Max number of FAC cycles to use
+        max_cycles = 10         // Max number of FAC cycles to use
         residual_tol = 1e-3     // Residual tolerance to solve for
-        num_pre_sweeps = 3      // Number of presmoothing sweeps to use
-        num_post_sweeps = 3     // Number of postsmoothing sweeps to use
+        num_pre_sweeps = 5      // Number of presmoothing sweeps to use
+        num_post_sweeps = 5     // Number of postsmoothing sweeps to use
         smoothing_choice = "Tackley"
         coarse_solver_choice = "Tackley"
         // smoothing_choice = "Gerya"
         // coarse_solver_choice = "Gerya"
-        coarse_solver_max_iterations = 3
+        coarse_solver_max_iterations = 25
         coarse_solver_tolerance = 1e-5
         p_prolongation_method = "P_MDPI_REFINE"
         // p_prolongation_method = "P_REFINE"
@@ -118,7 +119,7 @@ PatchHierarchy {
     //              [level 0 entry]
     //   etc....                       
     // }
-    max_levels = 3
+    max_levels = 4
     proper_nesting_buffer = 2, 2, 2, 2, 2, 2
     ratio_to_coarser {
         level_1            = 2, 2, 2



More information about the CIG-COMMITS mailing list