Skip to content
Snippets Groups Projects
Commit ab35fa72 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

make GridType public;

[[Imported from SVN: r4246]]
parent 6f1cdaa6
Branches
Tags v2.4.0-rc1
No related merge requests found
......@@ -60,14 +60,15 @@ namespace Dune {
> DiscreteFunctionDefaultType;
friend class DiscreteFunctionDefault< DFAdaptTraits<DiscreteFunctionSpaceType> >;
enum { myId_ = 0};
public:
typedef typename DiscreteFunctionSpaceType::GridType GridType;
typedef DofManager<GridType> DofManagerType;
typedef DofManagerFactory<DofManagerType> DofManagerFactoryType;
enum { myId_ = 0};
public:
typedef typename DiscreteFunctionSpaceType::Traits::MapperType MapperType;
typedef typename DiscreteFunctionSpaceType::Traits::RangeFieldType DofType;
typedef typename DofArrayType::DofIteratorType DofIteratorType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment