Jonas Lukasczyk
Jonas Lukasczyk
I don't understand why you don't see any speedup of using the hybrid over the inlined dev version but I think we already reached the point where investing time into...
I think just inlining the neighbor methods is sufficient for now. Those are the most relevant queries anyway. Maybe in the future the LUT-based procedures are also much smaller and...
Hi Peter, good call, but because of the CRTP I gave up moving it to the header. Instead I forced the `NewTriangulation` not to use inlining and now I end...
Thanks Peter, that looks very interesting! Here are some comments: 1. The refactoring is nice, so we switch to that. 2. I try to use `constexpr` wherever possible, but for...
I agree with what you are saying Julien. The good news here is that due to the base code templatization the cell complex can be worked on separately from the...
Thank you! I will run some tests.
Hi, thank you for your msg. Unfortunately this node editor implementation is highly integrated into ParaView and was never designed to be used without it. For instance, the creation of...