You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although in theory one can use the solution snapshots as a basis to project the operators, in practice these might define a basis with a large condition number.
Having it go through the POD, even if it is with the same number of basis vectors as snapshots, will produce an orthonormal basis.
Warning: watch-out for standardisations, this could introduce problems.
According to docs, "Construct an orthonormal basis for the range of A using SVD".
I need to check again the POD procedure, I am not sure if it is equivalent to the use of this function.
That being said, the POD is quite butchery-like in terms of numerics, no novelty there to add on my side.
Therefore, I am going to leave it like that for the time being, until I polish out other tools of the ROM, such as the (M)DEIM procedure.
Although in theory one can use the solution snapshots as a basis to project the operators, in practice these might define a basis with a large condition number.
Having it go through the POD, even if it is with the same number of basis vectors as snapshots, will produce an orthonormal basis.
Warning: watch-out for standardisations, this could introduce problems.
Deliverable
Build POD space of solution snapshots.
References
The text was updated successfully, but these errors were encountered: