> 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

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to