tbjoss

Results 5 comments of tbjoss

The heaptrack file for this example (https://www.dropbox.com/s/8ne5wpm5cdt60pg/heaptrack.grid_generator_d3q27.29121.gz?dl=0). additional information: - total runtime: 660.11s. - bytes allocated in total (ignoring deallocations): 24.23GB (36.71MB/s) - calls to allocation functions: 375032176 (568135/s) -...

I currently use the interfaces to mark hanging vertices and twin vertices (vertices that belong to two grid levels). if there's a way to do this more easily without interfaces,...

thank your for your hint. without the interfaces we can observe some performance improvements: - total runtime: 498.46s. - bytes allocated in total (ignoring deallocations): 18.06GB (36.23MB/s) - calls to...

Thank you very much for this information. The flush_data functions are only performed once at the end of the run. While their performance can definitely be improved, they only make...

Thank you for this hint. There is no need to assign the PID manually, if they are properly assigned in the input STL file. I import the files as follows:...