]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment on header files.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Aug 2007 13:35:47 +0000 (13:35 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Aug 2007 13:35:47 +0000 (13:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@14908 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-27/step-27.cc

index d69d57df09ef83ed0914a4c3833e66d3c3e1727f..71305061e94b7cbe6f526f4439b01727492e34bf 100644 (file)
 #include <base/function.h>
 #include <base/logstream.h>
 #include <base/utilities.h>
-#include <base/timer.h>
 #include <lac/vector.h>
 #include <lac/full_matrix.h>
 #include <lac/sparse_matrix.h>
-#include <lac/compressed_set_sparsity_pattern.h>
 #include <lac/solver_cg.h>
 #include <lac/precondition.h>
 #include <grid/tria.h>
-#include <hp/dof_handler.h>
 #include <grid/grid_generator.h>
 #include <grid/tria_accessor.h>
 #include <grid/tria_iterator.h>
-#include <grid/tria_boundary_lib.h>
-#include <grid/grid_reordering.h>
+#include <grid/grid_refinement.h>
 #include <dofs/dof_accessor.h>
 #include <dofs/dof_tools.h>
-#include <hp/fe_values.h>
+#include <dofs/dof_constraints.h>
+#include <fe/fe_q.h>
 #include <numerics/vectors.h>
 #include <numerics/matrices.h>
 #include <numerics/data_out.h>
-
-#include <fe/fe_q.h>
-#include <grid/grid_out.h>
-#include <dofs/dof_constraints.h>
-#include <grid/grid_refinement.h>
 #include <numerics/error_estimator.h>
 
+                                // These are the new files we need. The first
+                                // one provides an alternative to the usual
+                                // SparsityPattern class and the
+                                // CompressedSparsityPattern class already
+                                // discussed in step-11 and step-18. The last
+                                // two provide $hp$ versions of the
+                                // DoFHandler and FEValues classes as
+                                // described in the introduction of this
+                                // program.
+#include <lac/compressed_set_sparsity_pattern.h>
+#include <hp/dof_handler.h>
+#include <hp/fe_values.h>
+
+                                // The last set of include files are standard
+                                // C++ headers. We need support for complex
+                                // numbers when we compute the Fourier
+                                // transform.
 #include <fstream>
 #include <iostream>
-
 #include <complex>
 
 

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.