Skip to content
Snippets Groups Projects
explicitgrid.hh 525 B
Newer Older
podlesny's avatar
.  
podlesny committed
#ifndef SRC_EXPLICITGRID_HH
#define SRC_EXPLICITGRID_HH

#include "gridselector.hh"
podlesny's avatar
.  
podlesny committed
#include "explicitvectors.hh"

#include <dune/contact/common/deformedcontinuacomplex.hh>
podlesny's avatar
.  
podlesny committed

using LeafGridView = Grid::LeafGridView;
using LevelGridView = Grid::LevelGridView;
podlesny's avatar
.  
podlesny committed

using DeformedGridComplex = typename Dune::Contact::DeformedContinuaComplex<Grid, Vector>;
using DeformedGrid = DeformedGridComplex::DeformedGridType;
podlesny's avatar
podlesny committed
using DefLeafGridView = DeformedGrid::LeafGridView;
using DefLevelGridView = DeformedGrid::LevelGridView;

podlesny's avatar
.  
podlesny committed
#endif