Re: [Libmesh-users] Truth Solve in TransientRBConstruction

2020-02-07 Thread David Knezevic
On Fri, Feb 7, 2020 at 1:34 PM Nikhil Vaidya wrote: > 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 return

Re: [Libmesh-users] Truth Solve in TransientRBConstruction

2020-02-07 Thread Nikhil Vaidya
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,

Re: [Libmesh-users] Truth Solve in TransientRBConstruction

2020-02-07 Thread David Knezevic
> 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.