Fixed problem in which grid refinement on partition domains (parallel) kept
hanging because refinement criterion satisfied on one partition but not another. Fixed by including appropriate MPI collect in setEstMax() and setEstSum() methods. So satisfaction of criterion is global not local.
Please register or sign in to comment