Skip to content

add `dune.fem.function.tupleDiscreteFunction`

Andreas Dedner requested to merge feature/tuple-df-ver1 into master

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

Merge request reports