add `dune.fem.function.tupleDiscreteFunction`
The TupleDiscreteFunction
exports its subfunctions as true
DiscreteFunctions
. From Python, all subfunctions can be obtained at
once accessing the components
read-only property.
Edited by Martin Nolte