Forked from
agnumpde / dune-tectonic
38 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
body_tmpl.cc 224 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>;