]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make all peetsc_complex tests compatible with ctest.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Oct 2013 10:29:04 +0000 (10:29 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Oct 2013 10:29:04 +0000 (10:29 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31383 0785d39b-7218-0410-832d-ea1e28bc413d

35 files changed:
tests/petsc_complex/00.cc
tests/petsc_complex/01.cc
tests/petsc_complex/02.cc
tests/petsc_complex/04.cc
tests/petsc_complex/05.cc
tests/petsc_complex/06.cc
tests/petsc_complex/07.cc
tests/petsc_complex/08.cc
tests/petsc_complex/09.cc
tests/petsc_complex/10.cc
tests/petsc_complex/11.cc
tests/petsc_complex/12.cc
tests/petsc_complex/13.cc
tests/petsc_complex/17.cc
tests/petsc_complex/18.cc
tests/petsc_complex/19.cc
tests/petsc_complex/element_access_00.cc
tests/petsc_complex/element_access_01.cc
tests/petsc_complex/element_access_02.cc
tests/petsc_complex/element_access_03.cc
tests/petsc_complex/solver_real_01.cc
tests/petsc_complex/solver_real_02.cc
tests/petsc_complex/solver_real_03.cc
tests/petsc_complex/solver_real_03_mf.cc
tests/petsc_complex/solver_real_04.cc
tests/petsc_complex/sparse_matrix_01.cc
tests/petsc_complex/sparse_matrix_02.cc
tests/petsc_complex/vector_02.cc
tests/petsc_complex/vector_assign_01.cc
tests/petsc_complex/vector_assign_02.cc
tests/petsc_complex/vector_equality_1.cc
tests/petsc_complex/vector_equality_2.cc
tests/petsc_complex/vector_equality_5.cc
tests/petsc_complex/vector_print.cc
tests/petsc_complex/vector_wrap_01.cc

index 26253d5c850b537496ed70dbdc803106ba8f82dc..aa445fd055974f9195619eb03f595f959547a2c7 100644 (file)
@@ -163,7 +163,7 @@ void init_petsc_complex ()
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile ("00/output");
+  std::ofstream logfile ("output");
   dealii::deallog.attach (logfile);
   dealii::deallog.depth_console (0);
   deallog.threshold_double(1.e-10);
index d52f45fe0b53a1684dfca8087a7dd4972d506195..f676244b548257383a1aec11f4d3399a41921e83 100644 (file)
@@ -85,7 +85,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("01/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 064e47b3479785c6e7880ee243ef2261692a8e94..74b941f3c8cde0b0db55583b163158e6d1cade94 100644 (file)
@@ -88,7 +88,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("02/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 56a8d3553b1c96e12171eeb0f4879438b0556c76..60a1d76b0140e1f1308578a42da2e14e04a116a4 100644 (file)
@@ -35,7 +35,7 @@ void test (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("04/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 5c64b6a9611167f55f1ea15bf5abd956bd73b8d5..3b5fa6e40e4aa88ccf41d7a7e434ae575c825b88 100644 (file)
@@ -76,7 +76,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("05/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index cef7c22366b68cb8dc919b1ffffaf635c43f0a24..1b7b7fb4a810a282a169b348f0d642da3c4ab659 100644 (file)
@@ -67,7 +67,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("06/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 68574f6d46454cc88b3388959409ff4d5fd912e9..8540fcad16712acec5f176fdb5c25b2d9bf99ce6 100644 (file)
@@ -64,7 +64,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("07/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 8c2206cd7c305dd9da03672db8a47e729903e56e..04c593767968dc03a8f324c68bdc9f1c092b513b 100644 (file)
@@ -77,7 +77,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("08/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 72a9ec62a5f6e119c7539e1354301343f280ee63..987e5db36ad7df1052b99018e04f6b1635ed90ba 100644 (file)
@@ -100,7 +100,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("09/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 63aab12a953a5d6d2483fc32c6339c81b3e4fc5f..b07b4204cfabc83569b51b7c25f1b660a943fdfe 100644 (file)
@@ -92,7 +92,7 @@ void test_complex (PETScWrappers::SparseMatrix &m)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("10/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 297f55b2e538cecb5129e8de310992ca0259608b..af6b6b7ac369f6f5c735dede887cb0959a0e0221 100644 (file)
@@ -58,7 +58,7 @@ void test_complex (PETScWrappers::Vector &v)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("11/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index bac771e974e5997926e442f278488c681fb2c67d..5a587bb3c051fb8c798f2bdd0050884f6af84c44 100644 (file)
@@ -90,7 +90,7 @@ void test_complex (PETScWrappers::Vector &v)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("12/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index d9c7ff0236765f7843005448870fb2727eec30a5..7d088917b34a2408248b5add3b83d8a132b62244 100644 (file)
@@ -52,7 +52,7 @@ void test (PETScWrappers::Vector &v)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("13/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 8625638b2089acf56cceb071f4988f784670e33b..6965da84f8d8677c7b82a924437981cb1d1603a6 100644 (file)
@@ -46,7 +46,7 @@ void test (PETScWrappers::Vector &v)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("17/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index aa67b3e190332f07cd2e1eaa80b56a7d9a4f6d1b..fbd4908dcd24a6218efc3f8fd1f3b43a132cf2a9 100644 (file)
@@ -51,7 +51,7 @@ void test (PETScWrappers::Vector &v)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("18/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index de1c69bb4d5c31fe8c60b0cc06108e1482c80b5e..ab6f56f8a20a9ad344b171ba971e406fcac921e4 100644 (file)
@@ -47,7 +47,7 @@ void test (PETScWrappers::Vector &v)
 
 int main (int argc,char **argv)
 {
-  std::ofstream logfile("19/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index e701637d4ca2e6fd0006b3e2f6c9f74f595bab9a..48debe7129f1a11719ee70b0c6bf9e6fbbafcd66 100644 (file)
@@ -60,7 +60,7 @@ void test_vector (PETScWrappers::Vector &v)
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile ("element_access_00/output");
+  std::ofstream logfile ("output");
   dealii::deallog.attach (logfile);
   dealii::deallog.depth_console (0);
   deallog.threshold_double(1.e-10);
index a293cf3c7936b32b6094f67c4ce68ccf9acc693a..8d77e723f29f1fe9045e06922167c25270c67b57 100644 (file)
@@ -59,7 +59,7 @@ void test_matrix (PETScWrappers::SparseMatrix &m)
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile ("element_access_01/output");
+  std::ofstream logfile ("output");
   dealii::deallog.attach (logfile);
   dealii::deallog.depth_console (0);
   deallog.threshold_double(1.e-10);
index 89e1210aff0eed8c41208f5c76758b20242d3581..7778ab3401e81a3e42ab198f1a5c1485af4f834e 100644 (file)
@@ -48,7 +48,7 @@ void test (PETScWrappers::SparseMatrix &m)
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile ("element_access_02/output");
+  std::ofstream logfile ("output");
   dealii::deallog.attach (logfile);
    dealii::deallog.depth_console (0);
   deallog.threshold_double(1.e-10);
index fbed258e9ce02047dcedfa79628f103fb12a4da1..b8b99748d9475e974425bac28f4ca7c66175c4ed 100644 (file)
@@ -68,7 +68,7 @@ void test_matrix (PETScWrappers::SparseMatrix &m)
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile ("element_access_03/output");
+  std::ofstream logfile ("output");
   dealii::deallog.attach (logfile);
   dealii::deallog.depth_console (0);
   deallog.threshold_double(1.e-10);
index d794ff3da57b87e8f27580ae364b626cf10536b8..ec39333c0376deca78680484d1f1fe1daf170576 100644 (file)
@@ -62,7 +62,7 @@ check_solve( SOLVER &solver, const MATRIX &A,
 
 int main(int argc, char **argv)
 {
-  std::ofstream logfile("solver_real_01/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog << std::setprecision(4);
   deallog.depth_console(0);
index fce802f0133125f83752632b238c7fa009184e21..9c3bc11c1b14a529eedd5fbc71067c04d1cbb412 100644 (file)
@@ -60,7 +60,7 @@ check_solve( SOLVER &solver, const MATRIX &A,
 
 int main(int argc, char **argv)
 {
-  std::ofstream logfile("solver_real_02/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog << std::setprecision(4);
   deallog.depth_console(0);
index 8a7e3b0badd24fb5f2dded1669cddb70143c3ae7..392f127fee0f52a387fa517982e59f7371b330d2 100644 (file)
@@ -59,7 +59,7 @@ check_solve( SOLVER &solver, const MATRIX &A,
 
 int main(int argc, char **argv)
 {
-  std::ofstream logfile("solver_real_03/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog << std::setprecision(4);
   deallog.depth_console(0);
index c4979a16c7492033879736da8cdbd1e56a786d7f..b81fac55d393bf4d14ae2fb68f276032259de366 100644 (file)
@@ -68,7 +68,7 @@ check_solve( SOLVER &solver, const MATRIX &A,
 
 int main(int argc, char **argv)
 {
-  std::ofstream logfile("solver_real_03_mf/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog << std::setprecision(4);
   deallog.depth_console(0);
index 470697b0538fe4f1fc357a112cdb6827af08959b..5caa9918dcbe2635f85b6699ebfcc52773f349de 100644 (file)
@@ -59,7 +59,7 @@ check_solve( SOLVER &solver, const MATRIX &A,
 
 int main(int argc, char **argv)
 {
-  std::ofstream logfile("solver_real_04/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog << std::setprecision(4);
   deallog.depth_console(0);
index ed35aa432a072d96dcb38317a1800a965534d028..82a1e4b41ded36a9a63aa7ffc5bbc1c9b2013468 100644 (file)
@@ -72,7 +72,7 @@ void test ()
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("sparse_matrix_01/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 1efa9745ccbd96df30dfd3abdd8cfdbf9c40069b..b5e2ce2f14ae5f28918ba9bcadc4aefb6d3a9a81 100644 (file)
@@ -81,7 +81,7 @@ void test ()
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("sparse_matrix_02/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 474a58f5b292779eb853f55f4685ddbd185b5758..5379a622e516e78436dd2e5337015afd577dafe3 100644 (file)
@@ -74,7 +74,7 @@ void test ()
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("vector_02/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index be73daa36488abd238f2e494c987c58ce4291b2f..20712f336492d625a923bb3cdc2639423da28cea 100644 (file)
@@ -51,7 +51,7 @@ void test (PETScWrappers::Vector &v,
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("vector_assign_01/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index cc8205089b7f64d628f6ae984f6ea27eaf82a05c..56ad6d8ad0fda3a58d514e6b53a2ae21b7d95a0e 100644 (file)
@@ -68,7 +68,7 @@ void test_complex (PETScWrappers::Vector &v,
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile ("vector_assign_02/output");
+  std::ofstream logfile ("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 8e9b5c812ac67c8af77dd390519d86a7c30f8e06..41045171f8a065c419e4f7a24abfe009daa92aae 100644 (file)
@@ -66,7 +66,7 @@ void test_complex (PETScWrappers::Vector &v,
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("vector_equality_1/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 908100ae07930e330b90fc3a02d16cfce8372d89..4d8f2d0b994389d2a620a1a0895cb978f61b87c5 100644 (file)
@@ -67,7 +67,7 @@ void test_complex (PETScWrappers::Vector &v,
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("vector_equality_2/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 6d95254c6c721e3be517cf1c27c159be07a9a639..2c88628f873eeda04f89037b42684f4778635bd6 100644 (file)
@@ -63,7 +63,7 @@ void test_complex (PETScWrappers::Vector &v)
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("vector_equality_5/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index a2d793b474a60ddf28b3dbf71be75ce69d22410f..be22c05450085563887cd0febdcb2500cfcc0503 100644 (file)
@@ -28,7 +28,7 @@
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("vector_print/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
index 409e8db74932e685d723c49c617642f36b728ced..91156f9372a9b4e523194a3ab4931a325a4656b4 100644 (file)
@@ -64,7 +64,7 @@ void test_02 (PETScWrappers::Vector &v,
 
 int main (int argc, char **argv)
 {
-  std::ofstream logfile("vector_wrap_01/output");
+  std::ofstream logfile("output");
   deallog.attach(logfile);
   deallog.depth_console(0);
   deallog.threshold_double(1.e-10);

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.