bitpit
bitpit copied to clipboard
Open source library for scientific HPC
LTO currently doesn't work in MSYS2/MInGW compiling of bitpit. Review for MinGW misconfiguration/problems. issues raised in pull #145
Hi, [This](https://github.com/optimad/bitpit/blob/e13fa5580c1858f837545818b5f093763adf03d3/src/PABLO/ParaTree.hpp#L920) assert triggers when I load balance my PABLO octree with user data. Here is a short reproducer to compile in debug and run with at least 2 MPI...
Hello everyone, Is there a simple way to add individual parts of a SurfUnstructured as a new object to the Levelset? My use case is that I would like to...
Dear bitpit developers, My experience are limited to making projects on windows by Visual Studio, so the question might sound silly to you. I think I've successfully installed bitpit, and...
I order to ease writing IO routine outside of class ParaTree/PabloUniform, a routine that needs to access mesh connectivity and geometry, I would like to suggest the following modifications: -...
Dear, When using ccmake to install bitpit, I get the following error: CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): PETSc could not be found. Be sure to set PETSC_DIR and PETSC_ARCH. (missing:...
Hello, I am using Ubuntu 18.04. I am trying to install bitpit from source. I have cloned the repository and checked out the 1.6.0 branch. I followed #22 to successfully...
Dear, When I am running ccmake to configure bitpit, as suggested in: https://github.com/optimad/bitpit/blob/master/INSTALL.md I get the following error:  Does anybody know how to fix it?
Hi, I've implemented a variant of the class PabloUniform which is able to manage octrees with different edge length. Namely, i can use Not only square and cube but also...
So far, this took place by creating triangles with the 1st vertex of the polygon and two other vertices of the polygon. In case these 3 vertices are collinear, the...