]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Another merge from mainline to petscscalar_complex...
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 May 2014 19:34:54 +0000 (19:34 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 May 2014 19:34:54 +0000 (19:34 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32889 0785d39b-7218-0410-832d-ea1e28bc413d

1  2 
deal.II/include/deal.II/lac/parallel_vector.templates.h
tests/petsc/deal_solver_02.cc
tests/petsc/solver_02.cc
tests/petsc/solver_06.cc
tests/petsc/solver_11.cc
tests/tests.h

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc tests/tests.h
index 968bf1de9cc45679790d0ca4db9451ebaeea35a6,ef37ca2046a016c9758b4900e5b45f7f451029db..75e21f8ab664214659775dc813c9810d56a69b89
@@@ -142,14 -211,10 +211,10 @@@ namespac
  #endif
  
  
- // implicitly use the deal.II namespace everywhere, without us having to say
- // so in each and every testcase
- using namespace dealii;
- // Function for initialize deallog. Normally, it should be called at
+ // Function to initialize deallog. Normally, it should be called at
  // the beginning of main() like
  //
 -// initlog();
 +// initlog(__FILE__);
  //
  // This will open the correct output file, divert log output there and
  // switch off screen output. If screen output is desired, provide the
  std::string deallogname;
  std::ofstream deallogfile;
  
- inline
  void
 -initlog(bool console=false)
 +initlog(const char *filename, bool console=false)
  {
 -  deallogname = "output";
 +  deallogname = JobIdentifier::base_name(filename) + std::string("/output");
    deallogfile.open(deallogname.c_str());
    deallog.attach(deallogfile);
    if (!console)

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.