-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Right now the disp.dat binary file that is created is a bit of a legacy since most data is now being access via HDF5 or ParaView (PVD). The create_res_sim.extract3Darfidata method currently relies on a disp.dat input, but disp.dat is almost always being created from nodout, so really no need to have that intermediate step. Probably steps to consider:
- Replace read and formatted
disp.datinput with doing so withnodout. - Make sure that HDF5 file can be used as input to generate PVD files for ParaView (or make sure that ParaView can directly read the HDF5 file).
- Write a Matlab function to extract the equivalent of
res_sim.matfrom the HDF5 file.
Once these things are done, then disp.dat should no longer be needed for any future sims and all existing functionality would remain for existing datasets and backward compatibility.