Re: [Libmesh-users] PatchRecoveryError vs JumpErrorEstimator

2016-03-25 Thread Roy Stogner
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

[Libmesh-users] PatchRecoveryError vs JumpErrorEstimator

2016-03-25 Thread Salazar De Troya, Miguel
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