]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Break the include cycle between dof_handler.h and dof_accessor.h. 18019/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 22 Jan 2025 17:26:30 +0000 (10:26 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 22 Jan 2025 17:26:30 +0000 (10:26 -0700)
include/deal.II/dofs/dof_accessor.h
include/deal.II/dofs/dof_handler.h

index 1584668420168f78df93267c1ad5bf8ebebd5b80..35b728dfff288d361d4c357f664980fa3add7bcc 100644 (file)
@@ -21,7 +21,6 @@
 #include <deal.II/base/types.h>
 
 #include <deal.II/dofs/dof_faces.h>
-#include <deal.II/dofs/dof_handler.h>
 #include <deal.II/dofs/dof_iterator_selector.h>
 #include <deal.II/dofs/dof_levels.h>
 
index e4aa5223b32410935615ce8cd5106f84bc0ac8a8..a7c0ea1e1b397ef5042734ff2646319bea33f71c 100644 (file)
@@ -93,6 +93,13 @@ namespace parallel
     class CellDataTransfer;
   }
 } // namespace parallel
+
+template <int structdim, int dim, int spacedim, bool level_dof_access>
+class DoFAccessor;
+
+template <int dimension_, int space_dimension_, bool level_dof_access>
+class DoFCellAccessor;
+
 #endif
 
 /**

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.