]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
step32: avoid min/max temperature computation for now
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 May 2013 23:35:58 +0000 (23:35 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 May 2013 23:35:58 +0000 (23:35 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29452 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc

index 5476260e2789a468dba4a3f064ec474440b4caa1..07c033798724e4feada89e564043d70d05c55da4 100644 (file)
@@ -3143,7 +3143,9 @@ namespace Step32
       temperature[0] *= -1.0;
       Utilities::MPI::max (temperature, MPI_COMM_WORLD, global_temperature);
       global_temperature[0] *= -1.0;
-
+      global_temperature[0]=0.0; // TODO
+      global_temperature[1]=1.0;
+      
       pcout << "   Temperature range: "
             << global_temperature[0] << ' ' << global_temperature[1]
             << std::endl;

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.