]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix some tests
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 18:37:04 +0000 (18:37 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 18:37:04 +0000 (18:37 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30429 0785d39b-7218-0410-832d-ea1e28bc413d

68 files changed:
tests/fe/copy_fe.cc
tests/fe/fe_face_orientation_nedelec_0.cc
tests/fe/fe_face_orientation_nedelec_000.cc
tests/fe/fe_face_orientation_nedelec_001.cc
tests/fe/fe_face_orientation_nedelec_010.cc
tests/fe/fe_face_orientation_nedelec_011.cc
tests/fe/fe_face_orientation_nedelec_100.cc
tests/fe/fe_face_orientation_nedelec_101.cc
tests/fe/fe_face_orientation_nedelec_110.cc
tests/fe/fe_face_orientation_nedelec_111.cc
tests/fe/fe_prolongation_bdm.cc
tests/fe/fe_prolongation_dgp.cc
tests/fe/fe_prolongation_dgq.cc
tests/fe/fe_prolongation_nedelec.cc
tests/fe/fe_prolongation_q.cc
tests/fe/fe_prolongation_q_dg0.cc
tests/fe/fe_prolongation_q_hierarchical.cc
tests/fe/fe_prolongation_q_iso_q1.cc
tests/fe/fe_prolongation_rt.cc
tests/fe/fe_prolongation_sys_01.cc
tests/fe/fe_prolongation_sys_02.cc
tests/fe/fe_prolongation_sys_03.cc
tests/fe/fe_prolongation_sys_04.cc
tests/fe/fe_prolongation_sys_05.cc
tests/fe/fe_prolongation_sys_06.cc
tests/fe/fe_prolongation_sys_07.cc
tests/fe/fe_prolongation_sys_08.cc
tests/fe/fe_prolongation_sys_09.cc
tests/fe/fe_prolongation_sys_10.cc
tests/fe/fe_q_dg0.cc
tests/fe/fe_restriction_bdm.cc
tests/fe/fe_restriction_dgp.cc
tests/fe/fe_restriction_dgq.cc
tests/fe/fe_restriction_nedelec.cc
tests/fe/fe_restriction_q.cc
tests/fe/fe_restriction_q_dg0.cc
tests/fe/fe_restriction_q_hierarchical.cc
tests/fe/fe_restriction_q_iso_q1.cc
tests/fe/fe_restriction_rt.cc
tests/fe/fe_restriction_sys_01.cc
tests/fe/fe_restriction_sys_02.cc
tests/fe/fe_restriction_sys_03.cc
tests/fe/fe_restriction_sys_04.cc
tests/fe/fe_restriction_sys_05.cc
tests/fe/fe_restriction_sys_06.cc
tests/fe/fe_restriction_sys_07.cc
tests/fe/fe_restriction_sys_08.cc
tests/fe/fe_restriction_sys_09.cc
tests/fe/fe_restriction_sys_10.cc
tests/fe/fe_support_points_bdm.cc
tests/fe/fe_support_points_nedelec.cc
tests/fe/fe_support_points_q.cc
tests/fe/fe_support_points_q_dg0.cc
tests/fe/fe_support_points_q_hierarchical.cc
tests/fe/fe_support_points_q_iso_q1.cc
tests/fe/fe_support_points_q_qg0.cc
tests/fe/fe_support_points_rt.cc
tests/fe/fe_support_points_sys_01.cc
tests/fe/fe_support_points_sys_02.cc
tests/fe/fe_support_points_sys_03.cc
tests/fe/fe_support_points_sys_04.cc
tests/fe/fe_support_points_sys_05.cc
tests/fe/fe_support_points_sys_06.cc
tests/fe/fe_support_points_sys_07.cc
tests/fe/fe_support_points_sys_08.cc
tests/fe/fe_support_points_sys_09.cc
tests/fe/fe_support_points_sys_10.cc
tests/tests.h

index 680af7160f9deb6524b6d2f4616229d2e0d21f77..101ef7d8b02c018a39fe2b130978d73339eb2220 100644 (file)
@@ -47,7 +47,7 @@ ON__> "void dealii::Subscriptor::do_unsubscribe(const char*) const",
 
 int main ()
 {
-  initlog(__FILE__);
+  initlog();
   {
     FE_Q<2> fe(1);
     {
index a65fae7b911b530465d4edd8124e2a07a0474ea1..88c1a630f0d16e442d5295d82fcac02bc1ba7236 100644 (file)
@@ -152,7 +152,7 @@ void set_solution (Vector<double> &vector, const DoFHandler<3> &dof_handler, con
 
 int main ()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
 
   Triangulation<3> tria_ref;
index be0a0693dd8820d2a84044fd1fb6c1c4cc9b4baa..10cf37fb548cf31cdd68aafcc30047ca9670acf1 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
   run (true, false, false);
 }
index 79da709554e5a5aacc2b50d7fac29abdc7f43834..d1fbcd920bc8909fbb0b808f4eede5aac723fc9d 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
   run (false, false, true);
 }
index c7650991e1db362be180bf2756548df917db5560..6c8637ef167118599bb332a182d2708d1663d0d0 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
   run (false, true, false);
 }
index ed839d6d5eaccb1dd9814ba2911652af7720f06d..7592bb6f0cf14965a0564dfd064591b43c6c638a 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
   run (false, true, true);
 }
index db815e94f0eb40648af9c8d5370558374e5cd22a..56a2144b2326c9d8a827c56aaa29d43ba9da3ef5 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
   run (false, false, false);
 }
index 7199567653d7f779c1de27e77162cf78da65025c..a12210923c22040760d945ed7cabd98deca98f74 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
   run (true, false, true);
 }
index 5382a8f31630fe3c30c119b12863d5d302d98c2d..fb6f25a0893ea3dcdd37fc6e515cb345856e1da1 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
   run (true, true, false);
 }
index 2409a96cf1d81a5af057b51713eab4788b82f1c9..574b291036cacf1b2097bb4d52ce2faafa07c6c8 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog (__FILE__);
+  initlog();
   deallog.threshold_double (1.e-10);
   run (true, true, true);
 }
index aa163053851f868a4fbf08a03fc0803ca6862e31..be58a0e9a2efe284572d05bca96b5549ead12326 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(BDM, 1, 2);
index 6f806142facc2be9a6aa12e4cce1174b53f2053a..5d5c4a15733e57ca0ceb3c7535b8cc37f9533837 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(DGP,0,2);
index 1037bf5906d1b77c72439c21a3e909b4f0d2b7bd..8db45a07211becc1349f0fb6f2cc8c815e1d2052 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(DGQ,0,2);
index 9b88dc03f07c088d9567f0dea8391b307cadb87d..7663fe053c33be076a503a99159170c63bc711f3 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Nedelec, 0, 2);
index 07b016365196b825e63ec329f2166594f3de4d0c..51123630265a8fd06050a3613fbd98cd5a8ad369 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q,1,2);
index 6894060c650af33635f286b8dcc47b2edecf0f53..899df95ac83096350ee4a4552d2e2e4381b8bdd0 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_DG0,1,2);
index 99c6b78d4b21b8021a8066304d7590724b7481b0..b8993c2340e58eb206008bdcdb3eb9f629825df2 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_Hierarchical,1,2);
index 908e40af334f285256c31d516023f6620cbe099c..736c6a8d2315f52039515fa0ffbf26d76f35ba95 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_iso_Q1,1,2);
index 8b685b96a687c304d90d050121d13fe6ea3844fa..ffadb2e7c4b0f1fafbb1684dec2b970a9d55f713 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(RaviartThomas, 0, 2);
index a4fe5d0b9252214551dcc55d17cc46887c2cb155..15e51491e4c18b3dd70f47e27feafdebef429c0f 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS1(FE_Q<2>(1),3,2);
index b9ced537f469e48766c760b245a556d9d0599db3..027373f0d64defb22aa55d2890a13538ea60bb22 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS1(FE_DGQ<2>(2),2,2);
index 77c802662d8d8c561e867ec129c4fe7563d17069..8110d8ae3a9a5c499f36c0c9752fe6c3ce063e60 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2(FE_Q<2>(1),3,FE_DGQ<2>(2),2,2);
index 9a1b4196b0ccc7272171ff60389f6ccb57d0fa76..a56f4e554348819b9cdcc56cc5ed3b0500dc8d90 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_DGQ<2>(2),2,FE_DGQ<2>(2),2,FE_Q<2>(3),3,2);
index 28a892d23aca32285e9a2dbae1ed9c1d1612e6a4..ad5d57962a2961fd8707df3e164bf219144c3af9 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3((FESystem<2>(FE_Q<2>(1),3)), 3,
index 413660a6c41a2639857c031de5baa8d155fc4261..a3773122fe6796413c40dc50d603203c0f45b056 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_DGQ<2>(3), 1,
index 3d00e72940c33aadf585afc894ff58d193c20149..0aeb6af04031fe850c2cb8c364d081278f84ab0b 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2 (FE_DGQ<2>(3), 1,
index 05cfc9b1e888964d4b9f6bd3d20b8f900245cc46..27236b8017461e8ddf17a895ef80ef18a201befd 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_Nedelec<2>(0), 1,
index 7b134c87c74d9f2b63f589b029505a799ab529f3..5c8cf0fc5c869bee526e1d7e56a3150db5b629e0 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2 (FE_DGQ<2>(3), 1,
index 0e7ff45fe7df53aaf4682a8ea29f0086fd90e0c0..79ea0a74050ed0e5bdc9c4e66415b6e948a53b11 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_Nedelec<2>(1), 1,
index afa2afb9d017abb1120e0d9cf00208f7a6d621b1..7ee2e630dcb6cf167218485ea22ccf3aecf825dd 100644 (file)
@@ -18,7 +18,6 @@
 
 // test FE_Q_DG0 (modified step-22)
 
-
 #include "../tests.h"
 #include <deal.II/base/quadrature_lib.h>
 #include <deal.II/base/logstream.h>
@@ -928,7 +927,7 @@ int main ()
   using namespace dealii;
   using namespace Step22;
 
-  initlog(__FILE__);
+  initlog();
 
   deallog.depth_file (1);
 
index 27b049eda3a3c29fb6bb4e9c9b6addb0621dcb0e..a466a503d29ec38d2c06f249dd5b78db68aaab5f 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(BDM, 1, 2);
index 02628094503cedae2da4ea3536132f1f01be3a79..0242b91f350ea38bc62a50f385ffaa0a0e77b5a0 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(DGP,0,2);
index 6fde644ed480547d230b1c5b28c9f88114d83c00..19dc6eb16347b59e2d2be846285f3d97c900d9ee 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(DGQ,0,2);
index 9e17fdd63b5bc60999517aa35cf656aba92dac45..7227a2ff53b30de5f3acc247babae0a7415c203e 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Nedelec, 0, 2);
index 5ecf841cad48467945ca88b62146efcb07f772ac..1138f3415f538c2d5b0f95c39dab52e207402dc4 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q,1,2);
index ee3a34eb5c484c963f9f49e80e49e37def110a91..2a8bac5626910c9854b97da90c013843ce977a64 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_DG0,1,2);
index a3a968b83638027b618d42f3eedaddc169e8e5d8..c7ea0d872a76e0a33c54acf3ec6b029402aa6ff7 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_Hierarchical,1,2);
index 8fd4195ee0e7d58a2bf2f5f7084302e5b8f1f5c7..6d1170a947398d10efc6339f066ff139205a4577 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_iso_Q1,1,2);
index 724e97662f2cff1a8020eb6303033ab947c4ec5f..9745a742beb4cef4c87e4fd0cc8b2cfac4b68f53 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(RaviartThomas, 0, 2);
index 137681eebb36e42d2930269fa0f03522c6b7b605..79e0f9a1404a9e38d5778e050699cfddcfd5fdf4 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS1(FE_Q<2>(1),3,2);
index ba5ba909bf0766ea096390fd21869ca2e1e92ef4..3f25bb522cc86c3f7c6219c4ab9acc83d52f092f 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS1(FE_DGQ<2>(2),2,2);
index 982f47779bc1e98eadd0bde7b2237caec9fb1376..38c3a67168f985a116962bc206a216c47ae859ff 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2(FE_Q<2>(1),3,FE_DGQ<2>(2),2,2);
index 6c58e07037c5a76caebfaa4e6b0758bbe670d1e1..438d8b93e4f4ac3cd43254aaa6ad701b7ec9c578 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_DGQ<2>(2),2,FE_DGQ<2>(2),2,FE_Q<2>(3),3,2);
index 8fea59815d304df42113a9e11871237c155e2a72..63d1e50d23d75f054daf69213e45120471d3dd53 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3((FESystem<2>(FE_Q<2>(1),3)), 3,
index 48b4ab5681c8dd9d966bfba609658a81bfa6744a..ca4b676bedc84c814f5f694da7c5eb9fb4bf8dd5 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_DGQ<2>(3), 1,
index 1928ea30b9d52eba9b52a3362d4966984f71f114..6a7fe1e58c4f0c0c264269ef7a69ef6fbf4b101e 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2 (FE_DGQ<2>(3), 1,
index 20e5147c966b28cc775e8d4a2025700fec4705b1..eb70af456038e18853dd5353773ce4d52cf6fabd 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_Nedelec<2>(0), 1,
index 0c1e4cca5859938122fb1351f969e697358418b6..d81001f4be7225a7c7c1eabd58331079b00300f2 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2 (FE_DGQ<2>(3), 1,
index 849d7a8b6b69624d2554380ad962e53600ebd447..60af54bfe4a05afc0dabe0ce2cd659b32d2e6cea 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_Nedelec<2>(1), 1,
index 0ff84093b0d60969f6c76df4158be411765c6ca9..690e42c11504966c2d271faba166a5b296ccdda5 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(BDM, 1, 2);
index c86ea8af90af07127eb5722edb2ed426904fb686..1353198ce8bb7414bfc018a047f3e9d898109c49 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Nedelec, 0, 2);
index bbcf837eabc98526cd818f0809ee6e29736d364f..4821556ec6709a385eddce3335f2227d72e83d17 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q,1,2);
index b52af2afac5f067743d8372794ebe04a08e644b6..ea9b6942c92733bdaff33e9b2040c77a9ac71940 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_DG0,1,2);
index b90be60424541d8e8be979a14f193451d0c82ee5..9d8f024dcc65589f131043719e39f92c3b43b2ca 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_Hierarchical,1,2);
index 4ee7205a1cad3fb9ba13e3bffa2f085bd13e624e..47d2160cbd792ff076dc4055cd8051440a677048 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_iso_Q1,1,2);
index cab731f662ea6e4daa0d4e770ec00cfb31852259..6d1e6b1c5372d19881633b10eb5fd7ffacab23f4 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(Q_DG0,1,2);
index fab3b6c24615ea65556d719b9fe44af51964b938..d92ddd86c288c3460811e6eac7fffebc281c4de4 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_ALL(RaviartThomas, 0, 2);
index 3e199ba2f1e2bd1229c9c9c04e30f5d27353797f..fa0e9133d14d807c87908a51116a58bf94b79514 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS1(FE_Q<2>(1),3,2);
index 7c375f1183aba54af872483da2d206a946b9577e..e9f3c55e1e1d0b24d8b41bee11aa9ccf772a5ce5 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS1(FE_DGQ<2>(2),2,2);
index 7bae6258835115ebc118fa0c737aaa87d864cbd0..f1148e72b51a551ddc18d4eca7c9aed353920de8 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2(FE_Q<2>(1),3,FE_DGQ<2>(2),2,2);
index 2c0d4c4a3fed0b0794fdd06b071fee0b0250d317..5225316df371dd5807854a1bba1ed4e3a9958faa 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_DGQ<2>(2),2,FE_DGQ<2>(2),2,FE_Q<2>(3),3,2);
index 530829c9b649f8a6bdcca82944e3fe92cb0cbc7d..0422a65b9ec034d20ec57caf1c8c027e143beb99 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3((FESystem<2>(FE_Q<2>(1),3)), 3,
index cbde6b5330498225057ed2ffecc26b167d8afe8b..1953f32489e4bd3f35350c57e56391fdce5b6264 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_DGQ<2>(3), 1,
index 8fda88894e233950669d8cad2fc5627027e30be5..8486de8ad1dfdf1a7bef3dd62a6adcd67dcf10d0 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2 (FE_DGQ<2>(3), 1,
index 2b983c8a283e60c00ac01369734f7aaa7133f7b2..e748178280f156097b6d002e573576359e145bc2 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_Nedelec<2>(0), 1,
index b2079a0c41212b1cd53af6b3fc38a22b510cd652..ab87aead76480f68fac76faf304b27413424e8f1 100644 (file)
@@ -23,7 +23,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS2 (FE_DGQ<2>(3), 1,
index 8233691321c8666724ab7ac2593a77427c136f46..ef7a52a1e0a9834412e8e16ec15f537e574dd070 100644 (file)
@@ -22,7 +22,7 @@
 int
 main()
 {
-  initlog(__FILE__);
+  initlog();
   deallog.threshold_double(1.e-10);
 
   CHECK_SYS3(FE_Nedelec<2>(1), 1,
index a68e5397904334caffc00eabe4be318a8d16c439..7bc71e99086a24beda4f4e4addb44bdc986fc355 100644 (file)
@@ -74,7 +74,7 @@ using namespace dealii;
 // Function for initialize deallog. Normally, it should be called at
 // the beginning of main() like
 //
-// initlog(__FILE__);
+// initlog();
 //
 // This will open the correct output file, divert log output there and
 // switch off screen output. If screen output is desired, provide the
@@ -84,9 +84,9 @@ std::ofstream deallogfile;
 
 inline
 void
-initlog(const char *filename, bool console=false)
+initlog(bool console=false)
 {
-  deallogname = JobIdentifier::base_name(filename) + std::string("/output");
+  deallogname = "/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.