-
When trying to convert quadrilateral faces `F` and their vertices `V` to a mesh using:
```julia
M=GeometryBasics.Mesh(V,F)
```
One correctly obtains a quadrilateral mesh description:
```julia
…
-
Dear Firedrakers,
I would like to solve some 3D Maxwell problems on a structured hexmesh. I achieved to create a mesh using gmsh, but it seems that firedrake currently only supports tetrahedra (exce…
-
I am trying to visualise a hexahedral mesh whereby the quadrilateral faces each have their own color.
Given them all one color works just fine (`M` here is a `GeometryBasics.Mesh`):
```julia
hp=p…
-
#### Description:
Currently no way to pull a Solid Object from SAP.
It can rely on Geometry_oM/Solid and have an IMaterial property
-
Dear RapidCFD Community,
I recently started working with RapidCFD. My first test case is a straight pipe (Domain: D= 0.1 m, length 10 m; mesh: hexahedral O-grid, y+~1, ~10 mio. cells; incompressibl…
-
It would be awesome to be able to introduce a hybrid mesh that has tetras inside and dualize this section to poly without modifying the rest of the elements of the mesh (and simply keeping them as the…
-
It appears, an overflowing 32-bit integer is being cast to 64 bit during memory allocation.
For example, with an 80x80x80 block mesh I get in sfepy.discrete.Problem.time_update():
> sfepy: matrix sh…
-
I don't know if it is the right place. Is `libigl `capable of calculating curvatures and normal vectors on a hex mesh which means rectangular elements on surface.
-
### Describe the bug
For UCD meshes, VisIt supports communication of ghost elements (nodes and/or zones) using global ids. However, that logic appears to assume those are `int` type using `vtkIntArra…
-
I would like to explore the addition of a general element class to support arbitrary polygonal and polyhedral elements (i.e. two classes, one for 2d one for 3d, the face elements for polyhedral elemen…