Skip to content

#1586 Documentation of template parameters for class GridFunctionSpace is not up-to date

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Mar 9, 2015 10:18
Type Bug Report
Version 2.3
Operating System Unspecified / All

Description

The class GridFunctionSpace has a template parameter

typename P=DefaultLeafOrderingTag

The corresponding documentation says

tparam P    Parameter type. Possible types are
     * link GridFunctionGeneralMapper endlink (arbitrary number of unknowns per
     * entity) or link GridFunctionRestrictedMapper endlink (fixed number of unknowns per
     * entity) or link GridFunctionStaticSize endlink (number of unknowns per
     * entity, known at compile-time)

Apparently code and documentation do not match.