meshadaptation / pragmatic

Anisotropic mesh adaptation library
Other
54 stars 18 forks source link

Remove atomics and openMP #114

Closed taupalosaurus closed 6 years ago

taupalosaurus commented 6 years ago

I removed as much as I could of code needed for threading:

I did not change the algorithms themselves, even if some ways of looping could be improved now. That requires more work. So the behavior of the code should be absolutely unchanged.

taupalosaurus commented 6 years ago

merged. Thanks @ggorman.