From: David K. <dav...@ak...> - 2020-02-07 15:54:50
|
> 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 |