add `dune.fem.function.tupleDiscreteFunction`
The TupleDiscreteFunction
exports its subfunctions as true
DiscreteFunctions
. The Python interface simply uses the __getitem__
method. In contrast to "normal" discrete functions, the subfunctions may
have multiple components themselves.