From: Manav B. <bha...@gm...> - 2017-11-06 16:59:37
|
Thanks! I see that this is all done using XDR. Is there a particular reason to prefer XDR as opposed to .exo? I understand that libMesh provides extensive API for this. Can XDR be used for data visualization? Do you know if someone has implemented a read function from .exo files? Given that I am already using it for post processing (visualization in Paraview), it would be good to use the same data for other computations, as opposed to writing XDR files in addition. -Manav > On Nov 6, 2017, at 9:36 AM, David Knezevic <dav...@ak...> wrote: > > Regarding this: > > I seem to remember the Reduced Basis code doing something tricky... > looks like it's using System::read_serialized_data() directly? > > Yes, that's right. See RBEvaluation::read_in_vectors and RBEvaluation::write_out_vectors. > > David |