virtualrefinement.cc File Reference
Detailed Description
This file contains the virtual wrapper around refinement.
$Id: virtualrefinement.cc 2516 2006-04-15 12:11:36Z christi $
#include <assert.h>
#include <dune/common/exceptions.hh>
#include <dune/common/geometrytype.hh>
#include "grid.hh"
#include <dune/common/iteratorfacades.hh>
#include <dune/common/fvector.hh>
#include "refinement.hh"
Namespaces | |
namespace | Dune |
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 | |
template<int dimension, class CoordType> | |
VirtualRefinement< dimension, CoordType > & | Dune::buildRefinement (GeometryType::BasicType geometryType, GeometryType::BasicType coerceTo) |
return a reference to the VirtualRefinement according to the parameters |