From: Nikhil V. <nik...@gm...> - 2020-02-07 18:34:00
|
Ah, I should've put my question clearly. I meant which NumericVector is the solution saved in? I am asking this because I would like to compute the RB vs FE error in energy norm and check if it is indeed lower than the error bound returned by TransientRBEvaluation::rb_solve() Best, Nikhil On Fri, Feb 7, 2020, 4:54 PM David Knezevic <dav...@ak...> wrote: > I would like to know where the transient RB truth solution is saved during >> the execution of the function TransientRBConstruction::truth_solve(). >> > > I believe it just writes it to the current directory. You specify > "write_interval" and then it will write out the solution at those > intervals, e.g. if write_interval = 10, it will write out every 10th time > step. If write_interval is <= 0, then it doesn't write anything. > > Best regards, > David > > |