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

change of parameter list of method setBaseFunctionPointer, get

GeometryType now

[[Imported from SVN: r4232]]
parent 423480b8
No related branches found
No related tags found
No related merge requests found
......@@ -196,12 +196,7 @@ namespace Dune {
void makeFunctionSpace (GridPartType& gridPart);
//! get the right BaseFunctionSet for a given Entity
template <class EntityType>
BaseFunctionSetType* setBaseFuncSetPointer(EntityType &en);
//! make base function set depending on GeometryType and polynomial order
//template <GeometryType ElType, int pO >
//BaseFunctionSetType* makeBaseSet (const IndexSetType& iset);
BaseFunctionSetType* setBaseFuncSetPointer(GeometryType type);
protected:
//! the corresponding vector of base function sets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment