-
## Description
@rdb
@Moguri - because it's output from blend2bam
If a blender mesh that is used for a bullet collision mesh was cut with the blender knife tool, and at least one cut ends on an e…
-
It seems Makie assumes that a mesh should have triangular elements.
On the example below Makie (v0.5.1) works fine with triangular faces.
```julia
using GLMakie
u1 = LinRange(0, 2 * pi, 100)…
-
Hi,
I am new to Julia and l have a question regarding the construction of high-order element meshes. Specifically, suppose l have high-order SBP operators defined on a triangular reference element,…
-
As can be seen below, and based on our discussion on 2024-04-02, the sequential two level mesh for the periodic puzzle piece appears to have issues at the interface. The `visualize_mesh` helper functi…
-
The library contains interpolation functions for triangles, which can interpolate and sample new points on a surface composed of a triangular mesh according to certain patterns (e.g., uniform). Is the…
-
I am trying to follow this example http://geo.holoviews.org/gallery/bokeh/trimesh_uk.html#bokeh-gallery-trimesh-uk
but plot triangular mesh that covers the whole globe. Below are the code and the …
-
After #19 is merged, it would be good to improve the way we compute normals for different types of geometries. We can augment a vector of points with some enum to indicate what type of mesh it is. For…
-
Hi,
How can I calculate the gradient (as a vector) of a scalar S defined at the vertices (or faces) of a triangle mesh using the assembler?
```python
assembler = pymesh.Assembler(mesh) # 2D tr…
-
Hi all,
glTF supports "triangular meshes" and "primitive.mode," so, is there any plan to support more shape (geometry/topology) paradigms?
In the engineering environment, there's a need to support…
-
I have some questions about the data structure of the meshgraphnet, especially for CylinderFlow and Airfoil:
cells: [num_steps, num_nodes, num_dimensions(3, triangular mesh is combined with three nod…