From: guido Date: Fri, 1 Feb 2002 14:32:13 +0000 (+0000) Subject: test reduced X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9aaee59b740ab06a188e02690c1fc13939a91bf;p=dealii-svn.git test reduced git-svn-id: https://svn.dealii.org/trunk@5459 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/subdomain_ids.cc b/tests/deal.II/subdomain_ids.cc index a1d22da953..ab5cae724e 100644 --- a/tests/deal.II/subdomain_ids.cc +++ b/tests/deal.II/subdomain_ids.cc @@ -43,7 +43,7 @@ void test () { Triangulation tria; GridGenerator::hyper_cube(tria, -1, 1); - tria.refine_global (3); + tria.refine_global (2); // we now have a number of cells, // flag them with some subdomain @@ -175,7 +175,7 @@ int main () { logfile.precision(4); deallog.attach(logfile); - deallog.depth_console(0); + deallog.depth_console(10); test<1> (); test<2> (); diff --git a/tests/deal.II/subdomain_ids.checked b/tests/deal.II/subdomain_ids.checked index b8cc67cb10..ef604a70f3 100644 --- a/tests/deal.II/subdomain_ids.checked +++ b/tests/deal.II/subdomain_ids.checked @@ -1,4 +1,4 @@ - +JobId Fri Feb 1 15:30:51 2002 DEAL::Check 1 (dim=1) ok DEAL::Check 2 (dim=1) ok DEAL::Check 3 (dim=1) ok