-
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)…
-
**Submitting author:** @andrewwinters5000 (Andrew Winters)
**Repository:** https://github.com/trixi-framework/HOHQMesh
**Branch with paper.md** (empty if default branch): paper-2024-joss
**Version:** …
-
```
dolfinx.fem.functionspace(mesh_r, basix.ufl.element(
"HER", 'interval', 2, shape=(3, )))
```
```
---------------------------------------------------------------------------
KeyError …
-
### Describe new/missing feature
Currently, we only support mesh refinement on triangular and tetrahedral meshes.
We should aim to support:
- 1D (non-uniform) refinement of intervals
- 2D (uniform…
-
- **Isaac Sim Version**: 4.2.0
- **Python Version**: 3.10.14
#### Description
When updating the environment obstacles using assets from Isaac Sim, there are warnings indicating that the number …
-
Currently, three Cherab submodules: cherab-solps, cherab-edge2d and cherab-imas use very similar interpolators for mesh data. I propose to include in the core module the general interpolators for mesh…
-
```
Some features (such as boundary layers in flows) are better resolved using
quadrilateral elements. We need a function which takes a triangular mesh,
inserts new mesh points into the center of grav…
-
```
In some situations (for example to test new shapesets which only exist for
triangles) it would be very useful to be able to convert a quadrilateral
meshes to triangular. This means that one needs…
-
I've got a weird issue with the hull mesh provided by @izabala123 in #573
Computing the hydrostatics stiffness twice in a specific order gives a different result...
```python
import numpy as np…
-
Dear Putanowr,
Greetings to you. Please forgive my ignorance as I am quite new to gmesh with MATLAB. I find your gmesh nadamak, MATLAB program very extensive and I am trying to study how to set it up…