mfherbst / ReducedBasis.jl

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

Use `hcat` to concatenate `basis.snapshots` or explicity compute matrix elements? #16

Open pbrehmer opened 1 year ago

pbrehmer commented 1 year ago

In compress and estimate_gs we encounter cases where we need to concatenate the basis snapshot vectors into one matrix in order to perform matrix multiplications.

The questions is whether it is better to:

We need to benchmark this for realistic cases.