From: bangerth Date: Thu, 8 Mar 2007 22:03:16 +0000 (+0000) Subject: Generate the graph of constraints as an aid to debugging. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f8e4ad2ba9c042ce73dc366e69b1cafa3a6083;p=dealii-svn.git Generate the graph of constraints as an aid to debugging. git-svn-id: https://svn.dealii.org/trunk@14560 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fail/hp-crash_17.cc b/tests/fail/hp-crash_17.cc index 6c7dccbcf9..2601089749 100644 --- a/tests/fail/hp-crash_17.cc +++ b/tests/fail/hp-crash_17.cc @@ -157,7 +157,7 @@ void LaplaceProblem::setup_system () hang.start(); DoFTools::make_hanging_node_constraints (dof_handler, hanging_node_constraints); - + hanging_node_constraints.write_dot (deallog.get_file_stream()); hanging_node_constraints.close (); hang.stop();