]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a couple more
authorDaniel Arndt <6da@ornl.gov>
Tue, 18 Oct 2022 13:43:04 +0000 (09:43 -0400)
committerDaniel Arndt <6da@ornl.gov>
Tue, 18 Oct 2022 13:43:04 +0000 (09:43 -0400)
include/deal.II/meshworker/integration_info.h
source/differentiation/sd/symengine_scalar_operations.cc

index 035d261c085d4d5c1b8161184e084a7c83eab533..ca194c786fbecc0a9346df4ff40e0938554b0e33 100644 (file)
@@ -586,7 +586,7 @@ namespace MeshWorker
     , n_components(numbers::invalid_unsigned_int)
   {}
 
-
+#ifndef DOXYGEN
   template <int dim, int sdim>
   inline IntegrationInfo<dim, sdim>::IntegrationInfo(
     const IntegrationInfo<dim, sdim> &other)
@@ -631,6 +631,7 @@ namespace MeshWorker
           Assert(false, ExcInternalError());
       }
   }
+#endif
 
 
 
@@ -779,6 +780,7 @@ namespace MeshWorker
   }
 
 
+#ifndef DOXYGEN
   template <int dim, int sdim>
   inline void
   IntegrationInfoBox<dim, sdim>::initialize(const FiniteElement<dim, sdim> &el,
@@ -808,6 +810,7 @@ namespace MeshWorker
     neighbor.template initialize<FEFaceValues<dim, sdim>>(
       el, mapping, face_quadrature, neighbor_flags, block_info);
   }
+#endif
 
 
   template <int dim, int sdim>
index 645109c7613952c7682accf6298be19996bb27cb..5110f5f9f552a411d3f09f45c2bfb4d657c30db6 100644 (file)
@@ -44,6 +44,7 @@ namespace Differentiation
     }
 
 
+#  ifndef DOXYGEN
     Expression
     make_symbolic_function(const std::string &             symbol,
                            const SD::types::symbol_vector &arguments)
@@ -59,6 +60,7 @@ namespace Differentiation
       return make_symbolic_function(symbol,
                                     SD::Utilities::extract_symbols(arguments));
     }
+#  endif
 
 
     /* --------------------------- Differentiation ------------------------- */

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.