dune-grid
2.2.1
|
This file contains the virtual wrapper around refinement. More...
#include <cassert>
#include <typeinfo>
#include <dune/common/deprecated.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/geometry/type.hh>
#include "refinement.hh"
Namespaces | |
namespace | Dune |
Macros | |
#define | DUNE_GRID_COMMON_VIRTUALREFINEMENT_CC |
Functions | |
template<int dimension, class CoordType > | |
VirtualRefinement< dimension, CoordType > & | Dune::buildRefinement (GeometryType geometryType, GeometryType coerceTo) |
return a reference to the VirtualRefinement according to the parameters More... | |
This file contains the virtual wrapper around refinement.
$Id: virtualrefinement.cc 8797 2013-02-15 12:27:09Z mblatt $
#define DUNE_GRID_COMMON_VIRTUALREFINEMENT_CC |