mfherbst / ReducedBasis.jl

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

Add more quantities to `info` during greedy assembly #38

Closed pbrehmer closed 1 year ago

pbrehmer commented 1 year ago

The reduced basis vectors that are computed on the offline grid in each greedy iteration should be also put into the info tuple. One possible advantage of this would be that, using the InfoCollector, we could collect the RB-vector grid for each iteration and then visualize the splitting of Voronoi cells in the parameter domain as the assembly progresses.

pbrehmer commented 1 year ago

In addition, we should also put any information (besides the values and vectors) that the solvers output into info.

mfherbst commented 1 year ago

we should also put any information (besides the values and vectors) that the solvers output into info.

I agree on that point. The rest of the issue is void.