Forked from
agnumpde / dune-tectonic
92 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
body_tmpl.cc 230 B
#ifndef MY_DIM
#error MY_DIM unset
#endif
#include "../../explicitgrid.hh"
#include "../../explicitvectors.hh"
template class LeafBody<Grid, Vector>;
template class Body<DefLeafGridView>;
template class Body<DefLevelGridView>;