]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add instantations for class RungeKutta.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 17 Dec 2014 15:52:01 +0000 (09:52 -0600)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 17 Dec 2014 17:58:50 +0000 (18:58 +0100)
source/base/time_stepping.inst.in

index b0082876b7a692c57e838750a7312ef7395c2137..29d71738ecadad7c0b019ed1adae2e6b73acce41 100644 (file)
@@ -16,6 +16,7 @@
 
 for (S : REAL_SCALARS; V : DEAL_II_VEC_TEMPLATES)
 {
+  template class RungeKutta<V<S> >;
   template class ExplicitRungeKutta<V<S> >;
   template class ImplicitRungeKutta<V<S> >;
   template class EmbeddedExplicitRungeKutta<V<S> >;
@@ -23,6 +24,7 @@ for (S : REAL_SCALARS; V : DEAL_II_VEC_TEMPLATES)
 
 for (S : REAL_SCALARS; V : DEAL_II_VEC_TEMPLATES)
 {
+  template class RungeKutta<parallel::distributed::V<S> >;
   template class ExplicitRungeKutta<parallel::distributed::V<S> >;
   template class ImplicitRungeKutta<parallel::distributed::V<S> >;
   template class EmbeddedExplicitRungeKutta<parallel::distributed::V<S> >;
@@ -30,6 +32,7 @@ for (S : REAL_SCALARS; V : DEAL_II_VEC_TEMPLATES)
 
 for (V : EXTERNAL_SEQUENTIAL_VECTORS)
 {
+  template class RungeKutta<V>;
   template class ExplicitRungeKutta<V>;
   template class ImplicitRungeKutta<V>;
   template class EmbeddedExplicitRungeKutta<V>;
@@ -37,6 +40,7 @@ for (V : EXTERNAL_SEQUENTIAL_VECTORS)
 
 for (V : EXTERNAL_PARALLEL_VECTORS)
 {
+  template class RungeKutta<V>;
   template class ExplicitRungeKutta<V>;
   template class ImplicitRungeKutta<V>;
   template class EmbeddedExplicitRungeKutta<V>;

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.