]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Generate the graph of constraints as an aid to debugging.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Mar 2007 22:03:16 +0000 (22:03 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Mar 2007 22:03:16 +0000 (22:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@14560 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fail/hp-crash_17.cc

index 6c7dccbcf9f9c0e4a8338ab91b8a3caecc09bbaf..260108974912a2aa303913e636005563d9db66b3 100644 (file)
@@ -157,7 +157,7 @@ void LaplaceProblem<dim>::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();
 

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.