From 50457fc7349aa1adb28a243bbb10b35616934fa3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 8 Mar 2007 22:03:16 +0000 Subject: [PATCH] Generate the graph of constraints as an aid to debugging. git-svn-id: https://svn.dealii.org/trunk@14560 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fail/hp-crash_17.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5