Skip to content
Snippets Groups Projects
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.
cubefaces_tmpl.cc 188 B
#ifndef MY_DIM
#error MY_DIM unset
#endif

#include "../../explicitgrid.hh"

template struct CubeFaces<DeformedGrid::LeafGridView>;
template struct CubeFaces<DeformedGrid::LevelGridView>;