]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing explicit instantiations.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Sep 2002 20:39:13 +0000 (20:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Sep 2002 20:39:13 +0000 (20:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@6484 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc
deal.II/doc/news/2002/c-3-4.html

index ffcc79d50d2d9493a5f10737588e6d68e8a3b8d8..b0f9fa7f5cc93314005d728ee0d74990207bca7f 100644 (file)
@@ -770,8 +770,9 @@ VectorTools::interpolate_boundary_values (const Mapping<dim>            &mapping
                                          std::map<unsigned int,double> &boundary_values,
                                          const std::vector<bool>       &component_mask_)
 {
-                                  // if for whatever we were passed
-                                  // an empty map, return immediately
+                                  // if for whatever reason we were
+                                  // passed an empty map, return
+                                  // immediately
   if (function_map.size() == 0)
     return;
   
@@ -1774,6 +1775,7 @@ void VectorTools::interpolate_boundary_values<deal_II_dimension>
  const Function<deal_II_dimension>   &,
  std::map<unsigned int,double>       &,
  const std::vector<bool>    &);
+
 template
 void VectorTools::project<deal_II_dimension>
 (const Mapping<deal_II_dimension>      &,
@@ -1786,3 +1788,13 @@ void VectorTools::project<deal_II_dimension>
  const Quadrature<deal_II_dimension-1> &,
  const bool);
 #endif
+
+
+template
+void
+VectorTools::interpolate_boundary_values<deal_II_dimension>
+(const DoFHandler<deal_II_dimension>         &,
+ const FunctionMap<deal_II_dimension>::type &,
+ std::map<unsigned int,double> &,
+ const std::vector<bool>       &);
+
index 85496f98d6aee3db2e3aad9e398fe1457bb3d358..4c0927a9e04e901b669552b498ca55f187399e89 100644 (file)
@@ -299,6 +299,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 <h3>deal.II</h3>
 
 <ol>
+  <li> <p> 
+       Fixed: Some of the various instances of the <code
+       class="member">VectorTools::interpolate_boundary_values</code> functions
+       were not explicitly instantiated, leading to linker errors. This is now
+       fixed. 
+       <br>
+       (WB 2002/09/19)
+       </p>
+
   <li> <p> 
        Removed: The <code
        class="member">FiniteElement::component_to_system_index</code> function
@@ -309,6 +318,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
        classes, if so necessary.
        <br>
        (WB 2002/09/16)
+       </p>
 
   <li> <p> 
        Changed: The <code
@@ -322,12 +332,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
        this will most probably not lead to more serious problems.
        <br>
        (WB 2002/09/16)
+       </p>
 
   <li> <p> 
        New: The mapping classes now also know how to transform tensors of rank
        2, not only vectors (tensors of rank 1) in a co- and contravariant way.
        <br>
        (WB 2002/09/03)
+       </p>
 
   <li> <p> 
        Fixed: the <code class="class">GridIn</code> class had problems
@@ -335,7 +347,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
        only the comment sign, but nothing else. This is now fixed.
        <br>
        (WB 2002/08/30)
-  </p>
+       </p>
 
   <li> <p> 
        Improved: <code class="class">VectorTools</code>::<code
@@ -345,7 +357,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
        fuctionality remains unchanged, although the code has been cleaned up a bit.
        <br>
        (GK 2002/08/01)
-  </p>
+       </p>
 
   <li> <p> New: The <code class="class">GridTools</code> class now
        offers functions to apply general transformations to all

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.