-
Hello,
I have two tetrahedral meshes: a complex object and a box. I would like to remove half of the complex object by subtracting the box. Is it possible to do that? In the example notebook it seems…
-
Hi,
I was playing around with the performance miniapp `performance_ex1`, and in order to be able to run the program with the `-perf` and `-asm` option on _triangular_ meshes, I had to apply a small…
-
Greetings everyone! I'm working with TPMS meshes for FEM modulation and I've been trying to generate tetrahedral meshes from triangular meshes using Trimesh method gmsh.to_volume(). I was successful i…
-
**Describe the bug**
Loading my exodus mesh consisting of two blocks: tetraheadral elements block and 1D lower dimensional block
--> causes KeyError: 'TRUSS'
**To Reproduce**
I attached a small …
-
As described in this [awesome blog post](https://www.mapbox.com/blog/introducing-geojson-vt/) [geojson-vt](https://github.com/mapbox/geojson-vt/blob/master/README.md) will give us the capability to qu…
-
I am happy to see pre-trained model released! Thank you!
Now I have infered a few times with checkpoint of car category. As far as I observe, the triangular meshes has nearly the same resolution of…
-
Currently we are building a feature that requires us to find which face IDs the edges that connects geodesic point pairs lie on. Currently, we have to solve this in R3 since we have to perform barycen…
-
Hi,
I deal with hybrid meshes, which are mixture of triangular and quadrilateral cells (or simplices) for ocean-scale simulations. I would like to try pyviz tools (holoviews/geoviews/earthsim) for pr…
kjnam updated
4 years ago
-
## What just happened?
Merging changes in Maint-N broke the previously working FS physics shape display due to a missing condition in the check.
## What were you doing when it happened?
Fixing https:…
-
This is intended to track additional tasks for solvers on simplicial (and more general) meshes
- [x] consider the use of `matmul!` from Octavian.jl - are we OK with adding this as an additional dep…