Skip to content
Snippets Groups Projects
Commit d229e777 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Provide access to wrapped GlobalBasis in DuneFunctionsBasis<GlobalBasis>

This allows to e.g. use `Dune::Functions::DiscreteGlobalBasisFunction`
with a wrapped basis without storing a separate copy of it.
parent b60a7f56
No related branches found
No related tags found
1 merge request!146Stop using Dune::VirtualFunction interface
......@@ -86,6 +86,13 @@ public:
#endif
}
/** \brief Get the wrapper dune-functions GlobalBasis
*/
const DFBasis& functionsBasis() const
{
return dfBasis_;
}
protected:
// The dune-functions basis we are wrapping
......
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