On Fri, 25 Mar 2016, Salazar De Troya, Miguel wrote:
> Is there any reason why PatchRecoveryError calls a threaded loop
> over the elements while JumpErrorEstimator does not?
I don't recall, but my guess would be: Patch recovery is more
expensive, so I bothered to thread it. I'm lazy, so I stop
Hello
Is there any reason why PatchRecoveryError calls a threaded loop over the
elements while JumpErrorEstimator does not? If I were to create a FEMContext
for PatchRecoveryError and initialize it before the threaded loop in
PatchRecoveryError::estimate_error(), could I have problems with race