commit4306806ad6d517f4e9b675d3cd541c95db3ea7fa breaks multipatch runs

Issue #1235 closed
Roland Haas created an issue

The assert(offsets.empty()) in dh::regrid line 1207 and 1265 which may not find the std::vector offsets empty if regrid is called on levels that were not changed.

A quick fix is to clear() local_boxes at the top of dh::regrid (attached). However since local_boxes are expensive I less drastic method might be better.

Keyword:

Comments (6)

  1. Log in to comment