-
When I run python main.py using example_config.yml, it can't save new_rhs.npz. After debuging, I found that it's because the gradient computed in line 389 of poisson_system_matrices_from_mesh,grad = i…
-
The edge adjacency order is different if you use list outputs or matrices.
Related to https://github.com/libigl/libigl-python-bindings/issues/216
It's a nasty breaking change to make this all …
-
It seems like the massmatrix and cotmatrix functions are always returning an empty matrix, without any errors or warnings. Here is a simple setup:
```python
import igl
print(igl.__version__)
V,F…
-
Hi,
As the title says, I've tried a student's suggestion with using putty with x11 forwarding to try to get it working on teach.cs with no luck. I've also installed all the linux packages in the re…
-
since we don't have lab access, is there any way to SSH to use the libigl viewer? alternatively have others been able to run libigl fine locally on their linux machines?
-
I got an error "Error encountered during mesh sampling" after running `python -m shapeformer.trainer --opts configs/demo/demo_vqdif.yaml --gpu 0 --mode "run"`
The problem seem to stem from the [cod…
-
https://github.com/libigl/libigl
-
These functions call code from libigl that builds a BVH/octree and then uses that for executing the query, which is fine for code that calls these functions infrequently on large arrays of query point…
-
Hi all,
Does anyone get the following error while using git clone?
"Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:libigl/libigl…
-
The commit version of libigl @ 10441c is not reachable currently.