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> >;
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> >;
for (V : EXTERNAL_SEQUENTIAL_VECTORS)
{
+ template class RungeKutta<V>;
template class ExplicitRungeKutta<V>;
template class ImplicitRungeKutta<V>;
template class EmbeddedExplicitRungeKutta<V>;
for (V : EXTERNAL_PARALLEL_VECTORS)
{
+ template class RungeKutta<V>;
template class ExplicitRungeKutta<V>;
template class ImplicitRungeKutta<V>;
template class EmbeddedExplicitRungeKutta<V>;