mfherbst / ReducedBasis.jl

Reduced basis methods for parametrised eigenproblems
https://mfherbst.github.io/ReducedBasis.jl/stable/
MIT License
14 stars 0 forks source link

Maked returned tuples named tuples #20

Closed mfherbst closed 1 year ago

mfherbst commented 1 year ago

We have a few places in the code where functions return tuples of stuff. In these cases named tuples are almost always better. We should use them instead. Example is the extend function in src/mps.jl

pbrehmer commented 1 year ago

Now adjusted to only use NamedTuples.