You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.dat input with doing so with nodout.
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.mat from 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.
The text was updated successfully, but these errors were encountered:
For ParaView, might need to use XDMF (http://xdmf.org/index.php/XDMF_Model_and_Format), which would hopefully leverage the HDF5 file with an XML metadata file to describe the structure of the data to be read in. This is now Issue #89 .
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). Thecreate_res_sim.extract3Darfidata
method currently relies on adisp.dat
input, butdisp.dat
is almost always being created fromnodout
, so really no need to have that intermediate step. Probably steps to consider:disp.dat
input with doing so withnodout
.res_sim.mat
from 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.The text was updated successfully, but these errors were encountered: