]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CellIteratorContainer: inline function 12962/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 17 Nov 2021 11:31:23 +0000 (12:31 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 17 Nov 2021 11:31:23 +0000 (12:31 +0100)
include/deal.II/fe/fe_values.h
source/fe/fe_values.cc

index 07c9cbfa9d6fed465bc9749a606b907b97eaaa0b..191333295ad043fad7100c34b0a64111d678a65f 100644 (file)
@@ -5496,6 +5496,19 @@ namespace FEValuesViews
 
 
 
+template <int dim, int spacedim>
+template <bool lda>
+inline FEValuesBase<dim, spacedim>::CellIteratorContainer::
+  CellIteratorContainer(
+    const TriaIterator<DoFCellAccessor<dim, spacedim, lda>> &cell)
+  : initialized(true)
+  , cell(cell)
+  , dof_handler(&cell->get_dof_handler())
+  , level_dof_access(lda)
+{}
+
+
+
 template <int dim, int spacedim>
 inline const FEValuesViews::Scalar<dim, spacedim> &
 FEValuesBase<dim, spacedim>::operator[](
index af32d666f74396e98dd00bf768479b1d6d65eb62..7f555928cd8397d11ffd295d9ee8fa41c5ace95f 100644 (file)
@@ -2602,18 +2602,6 @@ FEValuesBase<dim, spacedim>::CellIteratorContainer::CellIteratorContainer()
 
 
 
-template <int dim, int spacedim>
-template <bool lda>
-FEValuesBase<dim, spacedim>::CellIteratorContainer::CellIteratorContainer(
-  const TriaIterator<DoFCellAccessor<dim, spacedim, lda>> &cell)
-  : initialized(true)
-  , cell(cell)
-  , dof_handler(&cell->get_dof_handler())
-  , level_dof_access(lda)
-{}
-
-
-
 template <int dim, int spacedim>
 FEValuesBase<dim, spacedim>::CellIteratorContainer::CellIteratorContainer(
   const typename Triangulation<dim, spacedim>::cell_iterator &cell)

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.