GLVis / glvis

Lightweight OpenGL tool for accurate and flexible finite element visualization
http://glvis.org
BSD 3-Clause "New" or "Revised" License
263 stars 53 forks source link

Fixed dynamic loading of parallel quadratures #301

Closed najlkin closed 4 months ago

najlkin commented 4 months ago

This PR fixes dynamic loading of parallel quadratures, which did not work with the "parallel ... quadrature" keywords after the first stream, but expected a special "pquadrature" keyword. Moreover, the loader of parallel grid functions was not checking the second keyword, so without any warning the parallel quadratures were treated as grid functions, leading to crashes 💣 . With this fix, "parallel ... quadrature" can be used consistently and the second keyword is checked properly.

Reported by: @vladotomov

najlkin commented 4 months ago

Cannot dowload gperf, because gnu.org is down 🦬 🎯 .

tzanio commented 4 months ago

I restarted the CI and it all passes now 👍