Re: [Libmesh-devel] Using Cap'n Proto to write out reduced basis data

2015-06-15 Thread David Knezevic
> > On Sun, Jun 14, 2015 at 4:40 PM, David Knezevic < > david.kneze...@akselos.com> wrote: > >> In RBEvaluation::read_offline_data_from_files and >> RBEvaluation::write_offline_data_to_files), we read/write from/to a bunch >> of small Xdr files. I've always thought this is pretty messy and I've >>

Re: [Libmesh-devel] Using Cap'n Proto to write out reduced basis data

2015-06-15 Thread John Peterson
On Sun, Jun 14, 2015 at 4:40 PM, David Knezevic wrote: > In RBEvaluation::read_offline_data_from_files and > RBEvaluation::write_offline_data_to_files), we read/write from/to a bunch > of small Xdr files. I've always thought this is pretty messy and I've > wanted to find a better approach. > > I

[Libmesh-devel] Using Cap'n Proto to write out reduced basis data

2015-06-14 Thread David Knezevic
In RBEvaluation::read_offline_data_from_files and RBEvaluation::write_offline_data_to_files), we read/write from/to a bunch of small Xdr files. I've always thought this is pretty messy and I've wanted to find a better approach. I think a better approach would be to use the Cap'n Proto