olivecha

Results 4 comments of olivecha

Hi, do you plan on implementing optimization of 2D quad meshes ?

Alright, I just wanted to optimize the meshzoo Q4 disk_quad, because it seems of poor quality compared to a pygmsh circle. meshzoo : ![meshzoo](https://user-images.githubusercontent.com/78630053/139289588-27985e96-57dc-4f80-97b7-e8d6cf61c4a0.png) pygmesh : ![pygmesh](https://user-images.githubusercontent.com/78630053/139289648-ed4d6044-06e4-4db6-bd1a-a2d9caf77150.png)

I just tried using COMP=llvm. The PeleLM Executable built without error, but the inputs.2d-regt example problem failed from an "Erroneous arithmetic operation" : [Backtrace.txt](https://github.com/AMReX-Combustion/PeleLM/files/8736187/Backtrace.txt)

With these line commented out the example ran fine. Any idea why that wasn't a problem with the gcc compiler ? Anyway, maybe a note for MacOC users in the...