]> https://gitweb.dealii.org/ - dealii.git/commitdiff
FINAL!
authorAbner J. Salgado <asalgad1@utk.edu>
Tue, 29 Sep 2009 23:33:17 +0000 (23:33 +0000)
committerAbner J. Salgado <asalgad1@utk.edu>
Tue, 29 Sep 2009 23:33:17 +0000 (23:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@19609 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-35/doc/intro.dox
deal.II/examples/step-35/parameter-file.prm
deal.II/examples/step-35/step-35.cc

index c32300af7b76af0c4955e30f003f226a60994246..35559d14dbb996bb56349cb112841c2adbae4f4b 100644 (file)
@@ -162,7 +162,7 @@ One of the advantages of this formulation is that it fully decouples the compone
 they all share the same system matrix. This can be exploited in the program.
 
 However, given the nonstandard boundary conditions, to be able to take them into account we need to use
-the following identity
+the following %identity
 @f[
   \Delta u = \nabla\nabla\cdot u - \nabla\times\nabla\times u,
 @f]
index 600a78c2d8c00209cffc2bfa76d597cb35143172..4795e61d14e2472a0e821dc72a12314619ed8d9c 100644 (file)
@@ -7,7 +7,7 @@ subsection Physical data
   # The initial and final time, and the Reynolds number
   set initial_time = 0.
   set final_time   = 10.
-  set Reynolds     = 1e3
+  set Reynolds     = 100
 end
 
 subsection Time step data
@@ -28,15 +28,15 @@ subsection Data solve velocity
   # In this section we declare the parameters that are going to control the solution process
   # for the velocity.
   set max_iterations = 1000  # maximal number of iterations that GMRES must make
-  set eps            = 1e-6  # stopping criterion
+  set eps            = 1e-8  # stopping criterion
   set Krylov_size    = 30    # size of the Krylov subspace to be used in GMRES
-  set off_diagonals  = 60    # number of off diagonals that ILU must compute
-  set diag_strength  = 0.01  # diagonal strengthening value
+  set off_diagonals  = 70    # number of off diagonals that ILU must compute
+  set diag_strength  = 0.1  # diagonal strengthening value
   set update_prec    = 10    # this number indicates how often the preconditioner must be updated
 end
 
 #The output frequency
-set output = 5
+set output = 50
 
 #Finally we set the verbosity level
-set verbose = true
\ No newline at end of file
+set verbose = false
index 73885c62487535145670e9bb18621c70e7392550..d27e397a88ac138e75238e5b151e48c403eec4dc 100644 (file)
@@ -596,7 +596,7 @@ void NavierStokesProjection<dim>::Create_Triangulation (const unsigned int n_of_
   GridIn<dim> grid_in;
   grid_in.attach_triangulation (triangulation);
 
-  std::string filename = "nsbench2.inp";
+  std::string filename = "../nsbench2.inp";
   std::ifstream file (filename.c_str());
   Assert (file, ExcFileNotOpen (filename.c_str()));
   grid_in.read_ucd (file);
@@ -1206,7 +1206,7 @@ int main()
   try
     {
       RunTimeParameters::Data_Storage data;
-      data.read_data ("parameter-file.prm");
+      data.read_data ("../parameter-file.prm");
       deallog.depth_console (data.verbose ? 2 : 0);
       NavierStokesProjection<2> test (data);
       test.run (data.verbose, data.output);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.