mfherbst / ReducedBasis.jl

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

`extend` function interface #27

Closed mfherbst closed 1 year ago

mfherbst commented 1 year ago

The return value interface of the extend function differs between the QRCompress and NoCompress version. This should be unified (e.g. using a named tuple and/or dummy values).

pbrehmer commented 1 year ago

All extend methods now return the same NamedTuple up to additional, method-specific information.

mfherbst commented 1 year ago

Please don't close issues until the respective PR is merged into master. You can always tag issues to PRs to have them automatically closed.

pbrehmer commented 1 year ago

Didn't know, sorry. That does make more sense.