bitpit
bitpit copied to clipboard
Open source library for scientific HPC
I've rewritten some functions to reduce code duplication. The refactoring removed 1300 lines of code. There are also some performance improvements. The biggest one is related to the last commit....
I've removed some unused headers and replaced others with forward declarations (this changes have been suggested by cppclean).
In release mode, VolOctree patch will display PABLO messages only when their severity is WARNING or higher. To achieve this I had to rework a bit the logger: loggers that...
Hello, Thank you for developping such a useful library. I'm currently trying to use bitpit to represent a levelset field using RBF, and to output the information of an interpolated...
This will allow to re-use the weights and thus will reduce re-allocations.
It is now possible to evaluate the levelset on unstructured grids.
The algorithm used for updating the narrow band adds the cell to the cache and immediately after it evaluates cache information. In this case using a concurrent synchronization for the...
The bug was found and fixed by @DMurataj01, this is just a slightly modified version of #305. @DMurataj01 Can you please check if this pull request fixes the problem?
When no alternative kernel is provided, use the kernel of the object being copied/moved.
They all seem false positive, with the exception for the initialization of ReferenceElementInfo::edgeConnectStorag.