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;
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> &,
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> &);
+
<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
classes, if so necessary.
<br>
(WB 2002/09/16)
+ </p>
<li> <p>
Changed: The <code
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
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
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