Skip to content

#535 dune2generic and generic2dune methods with dynamic codim argument.

Metadata

Property Value
Reported by Carsten Gräser (graeser@math.fu-berlin.de)
Reported at Apr 7, 2009 13:17
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Last edited at Apr 7, 2009 18:29
Closed by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Closed at Apr 7, 2009 18:29
Closed in version Unknown
Resolution Implemented
Comment implemented in revision 5039

Description

It would be nice for the local index transition to have the dune2generic and generic2dune methods with a dynamic codim argument. There seems to be no reason to have this as template argument. Simply adding the methods works perfectly.

Even performance is not an argument since inlining will do the job for you where possible.