Currently I am using res_utl_extract_nodal_results to extract the result. But in case of huge models and many loadcases the performance is slow. Does anyone have an idea how to increase the performance significantly? Is there an alternative faster call?
In interactive mode calls using the results register like res_data_load_dbresult are used and seem to be many times faster. Does anyone know a way to use the results register to extract the results and use it for individual processes?
Do you need to access the HDF5 results inside Patran? Or do you want to extract the data for an external downstream process? For the second situation, you can use a number of programming languages to read the data (C/C++, FORTRAN, Python plus Matlab). There are 2 SimAcademy presentations about this (in May/June 2018).
I need the data inside Patran. I know that there possibilities to access the hdf5 results file. But I am looking for a solution inside Patran with PCL.