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

The problem regards the usage of bitpit::CGElem::distancePointPolygon when compiling bitpit in Debug mode. An assertion is triggered by line /home/kostas/Optimad/bitpit/src/CG/CG_elem.cpp:66 because of line 572 of the same file. Here we...

bug
M - CG
P2 - Normal

This allows to properly support directory with spaces. Fixes #357.

bug

Hi, This is related to my previous issue #348 and the error during cmake configuration when `git` is invoked to fetch the branch/version string. #353 partially fixes my issues, but...

- Add a RBF generator for the signed distance field from STL files - Modify of the RBFKernel to allow variable support radii

Warn about overriding virtual functions that are not marked with the override keyword.

enhancement

The documentation of SkdNode::updatePointClosestCell line 749 of current master (611c3e9a3245ab603a45f7d6dfc0bbaa8a582f3a) is inconsistent with the function's parameters.

enhancement
M - patchkernel
P3 - Low

The current storage size was not properly evaluated. I've also updated the function that evaluates the polynomial coefficients: since the weight matrix is usually small, it's faster perform matrix vector...

bug
M - discretization

The function "spawn" is now obsolete, the first update of the patch will take care of the initialization. Depends on #371 and #370.

enhancement
M - patchkernel

Adaption mode tells if the patch can be adapted and which strategies can be used to adapt the patch. The following adaption modes are supported: - disabled, no adaption can...

enhancement
M - patchkernel