]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing instantiation of function.
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 12 Nov 2017 23:13:34 +0000 (16:13 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 12 Nov 2017 23:13:34 +0000 (16:13 -0700)
source/numerics/vector_tools_boundary.inst.in

index 43137c09348885e1d5a95ba30505a07d3d8a3e85..674f78893aa7ecbaeb652995ef04c7b2657422c7 100644 (file)
@@ -85,6 +85,21 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS;
 #endif
 }
 
+for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
+{
+#if deal_II_dimension <= deal_II_space_dimension
+    namespace VectorTools \{
+    template
+    void interpolate_boundary_values
+    (const hp::MappingCollection<deal_II_dimension,deal_II_space_dimension>    &,
+     const hp::DoFHandler<deal_II_dimension,deal_II_space_dimension> &,
+     const std::map<types::boundary_id, const Function<deal_II_space_dimension,double>*> &,
+     std::map<types::global_dof_index,double>       &,
+     const ComponentMask    &);
+    \}
+#endif
+}
+
 for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
 {
     namespace VectorTools \{

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.