bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

Open source library for scientific HPC

Results 96 bitpit issues
Sort by recently updated
recently updated
newest added

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....

enhancement
M - PABLO

I've removed some unused headers and replaced others with forward declarations (this changes have been suggested by cppclean).

enhancement

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...

bug
enhancement
M - voloctree
M - PABLO

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...

enhancement
M - RBF

This will allow to re-use the weights and thus will reduce re-allocations.

enhancement
M - discretization

It is now possible to evaluate the levelset on unstructured grids.

enhancement
M - levelset

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...

enhancement
M - levelset

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?

bug
M - patchkernel

When no alternative kernel is provided, use the kernel of the object being copied/moved.

bug
M - containers

They all seem false positive, with the exception for the initialization of ReferenceElementInfo::edgeConnectStorag.

bug
M - patchkernel