Skip to content
Snippets Groups Projects
timestepping_tmpl.cc 277 B
Newer Older
#ifndef DIM
#error DIM unset
#endif

#include <dune/common/function.hh>

#include "explicitvectors.hh"

using Function = Dune::VirtualFunction<double, double>;
template class Newmark<Vector, Matrix, Function, DIM>;
template class BackwardEuler<Vector, Matrix, Function, DIM>;