bitpit
bitpit copied to clipboard
Open source library for scientific HPC
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...
The header belongs to the CBLAS directory.
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...
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...
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...
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...