DDD: add `DDD_InfoProcListRange` as a replacement for `DDD_InfoProcList`
The DDD_InfoProcList
function writes to a global per-grid buffer
causing issues in multi-threaded applications.
The replacement DDD_InfoProcListRange
provides a range that only
looks up the requested data on demand without use of a buffer.
Reference: core/dune-grid!597 (comment 117843)
Merge request reports
Activity
mentioned in merge request core/dune-grid!597 (merged)
added 5 commits
Toggle commit listadded 5 commits
Toggle commit listmentioned in commit 742a7c5f
Please register or sign in to reply