-
`$ ./getall -a
ARPACK arpack96.tar.gz md5 change => reget
ARPACK patch.tar.gz md5 change => reget
BLAS blas-3.7.1.tgz done
BLAS cblas.tgz done
OpenBLAS OpenBLAS.tar.gz done
FFTW fftw-3.3.8.t…
-
This is my initial attempt at using `gmsh-fpm`.
I downloaded the gmsh SDK, and separately cloned the `gmsh-fpm` source code.
I then compile by running the following from within the gmsh-fpm dir…
-
Another section that could be added is about Triangulations/Tessellations. There are several packages ( too many :) ):
DelaunayTriangulation.jl (native); VoronoiDelaunay.jl (native); VoronoiCells.j…
-
I used for build this (alecjacobson branch)
https://ci.appveyor.com/project/danielepanozzo/libigl-6hjk1
git clone -q --branch=alecjacobson https://github.com/libigl/libigl.git
git checkout -qf 3…
-
Hi,
I would like to use libigl with tetgen and cgal from within my ROS node. I am on Ubuntu 18.04 using ROS melodic and catkin_make.
When I try compliling it, I get the following cmake (well tech…
-
Hello,
I menaged under macOS 12 (Command Line Tools for Xcode 13) to install libGAMer but I have the following error on macOS 13 INTEL or M2 (Command Line Tools for Xcode 15).
The other components…
-
Hi, I'm trying to use FEMAddOns for its ability to import different kinds of meshes. I use mostly [fTetWild](https://github.com/wildmeshing/fTetWild) to generate tet meshes, and they output gmsh's .ms…
-
#### Describe your issue
When I try to compile the tutorial or the library on MacOS Mojave I get the error "Could NOT find Vulkan (missing: VULKAN_LIBRARY VULKAN_INCLUDE_DIR)" when I try to compile w…
-
Hello,
I want to use BBW to calculate the weight of the arm model in shared file, but the parameters B and BC cannot be calculated in function boundary_conditions.
![image](https://user-images.gith…
-
#### Describe your question
I am using ibigl with conda and I want to use the tetrahedralize function:
`V, T, _ = igl.tetrahedralize(V, F, str(options))`
However, I keep getting this error me…