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

Several new methods for the POD class are introduced in this pull request. The introduction of the methods has two main goals. The first goal is to provide the user...

When the argument "flatten" is set to true, block size will not be taken into account when allocating the internal storage of the system matrix. Even when the internal storage...

enhancement
M - LA

It's 2024, C++17 seems the bare minimum.

enhancement

Hi there, I hope this message finds you well. I'm encountering an issue while attempting to use the `Paratree` object in my project. Whenever I compile my code, I encounter...

M - PABLO

I want to use the RBF module in bitpit to achieve mesh morphing. And I modified "/home/hzy/bitpit-bitpit-1.9.0/test/integration_tests/RBF/test_RBF_0004.cpp" and preliminary achieved RBF interpolation of displacement field. But when the number of...

M - RBF

If the owner of the point is an internal octant, decrementing the Morton upper bound by one will give us the requested octant. If the owner of the point is...

bug
M - PABLO

The install instructions at INSTALL.md say that, after building the project with `make`, headers will be available at `bitpit/include/` and a static library at `bitpit/build/lib/`. That is not the case....

I want to use the RBF module in bitpit to achieve mesh morphing. And I modified "/home/hzy/bitpit-bitpit-1.9.0/test/integration_tests/RBF/test_RBF_0004.cpp" and preliminary achieved RBF interpolation of displacement field. But when the number of...

Adaption/partitioning tracking is extended also to vertices and interfaces. However, tracking of vertices and interfaces offers only a limited set of information. During adaption, information available for tracking purposes are...

enhancement
M - patchkernel