]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
added missing instantiations for DerivativeApproximation::approximate_derivative_tensor()
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Jun 2012 16:46:33 +0000 (16:46 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Jun 2012 16:46:33 +0000 (16:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@25612 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h
deal.II/source/numerics/derivative_approximation.inst.in

index f05035c3d3bbd271ca15c3a7bc51c37c59529d7d..433d9febb0567cf8db4a99c8a49aae618fb7d190 100644 (file)
@@ -212,6 +212,11 @@ enabled due to a missing include file in file
 <a name="specific"></a>
 <h3>Specific improvements</h3>
 
+<li> Fixed: Some instantiations for
+DerivativeApproximation::approximate_derivative_tensor() were missing.
+<br>
+(Timo Heister 2012/06/07)
+
 <li> New: The finite element type FE_DGQArbitraryNodes is now
 working also in codimension one spaces.
 <br>
index d42c581e950416f635b5f866629038c677d461b2..aab6f6c3f58f05d64057666b3cef0ce9a9dbd901 100644 (file)
@@ -56,6 +56,39 @@ template                                                 \
 void                                                     \
 DerivativeApproximation::                                \
 approximate_derivative_tensor<deal_II_dimension>         \
+(const Mapping<deal_II_dimension> &    mapping,         \
+ const DH<deal_II_dimension> &dof_handler,               \
+ const InputVector     &solution,                        \
+ const DH<deal_II_dimension>::active_cell_iterator &cell,\
+ Tensor<1,deal_II_dimension> &derivative,                \
+ const unsigned int     component);                      \
+                                                         \
+template                                                 \
+void                                                     \
+DerivativeApproximation::                                \
+approximate_derivative_tensor<deal_II_dimension>         \
+(const Mapping<deal_II_dimension> &    mapping,         \
+ const DH<deal_II_dimension> &dof_handler,               \
+ const InputVector     &solution,                        \
+ const DH<deal_II_dimension>::active_cell_iterator &cell,\
+ Tensor<2,deal_II_dimension> &derivative,                \
+ const unsigned int     component);                      \
+                                                         \
+template                                                 \
+void                                                     \
+DerivativeApproximation::                                \
+approximate_derivative_tensor<deal_II_dimension>         \
+(const Mapping<deal_II_dimension> &    mapping,         \
+ const DH<deal_II_dimension> &dof_handler,               \
+ const InputVector     &solution,                        \
+ const DH<deal_II_dimension>::active_cell_iterator &cell,\
+ Tensor<3,deal_II_dimension> &derivative,                \
+ const unsigned int     component);                     \
+                                                        \
+template                                                 \
+void                                                     \
+DerivativeApproximation::                                \
+approximate_derivative_tensor<deal_II_dimension>         \
 (const DH<deal_II_dimension> &dof_handler,               \
  const InputVector     &solution,                        \
  const DH<deal_II_dimension>::active_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.