-
Found a bug when computing the view of an appended triangulation (`SubCellTriangulation` + `BodyFittedTriangulation`).
```
using Gridap
using Gridap.Arrays
using Gridap.Geometry
using GridapEmb…
-
Create a Voroni Diagram/delaunay triangulation pattern on the vertices to give a more natural terrain
-
hello!
I use hloc to my dataset,but failed in triangulation. I don't understand why this error occurs.
`[2023/07/25 16:12:52 hloc INFO] Running 3D triangulation...
[2023/07/25 16:12:55 hloc ERROR…
-
### Operating System
- [ ] Windows
- [ ] macOS
- [ ] Linux
- [ ] FreeBSD
- [ ] OpenBSD
- [ ] Android
- [ ] iOS
- [ ] Nintendo Switch
- [ ] PlayStation 5
- [ ] Xbox
- [ ] Web Browsers
#…
-
Triangulation from known poses given very few points. My dataset have around 228 images with known poses, I follow the doc prep the following 3 file:
`cameras.txt`
```
# Camera list with one line…
-
I've been having an issue where if I try to triangulate the following shape, the code hangs up in the to_trangulation function:
![hang_shape](https://github.com/user-attachments/assets/0e77cc6f-e657-…
-
Hello, thanks for the great library. However even simple attempts give me systematic infinite loops.
```
Vector2[] data = new []
{
new Vector2…
-
Together with @dominiktassilostill, we worked on a case of a mesh where grid cells are very poorly ordered, and got bad performance of matrix-free algorithms: We lost about a factor of 2 in operator e…
-
The following script fails:
```julia
using Gridap
using Gridap.CellData
model = CartesianDiscreteModel((0,1,0,1),(2,2))
Ω_space = Triangulation(model,[1,2])
reffe = ReferenceFE(lagrangi…
-
Got this message today when trying to create tile +70+29
Included is the .node and .poly
[zOrtho4XP_+70+029.zip](https://github.com/user-attachments/files/17676954/zOrtho4XP_%2B70%2B029.zip)
W…