-
Dear developers,
I am trying to write an ansys suitable msh file using meshio given nodes and connectivity (see example). I could supply points and cells as arguments to mesh.write. This way, I ca…
-
### Describe the bug, what's wrong, and what you expected.
I'm planning to use pyvista for visualizing 3d objects which may have very large coordinates due to the coordinate system I am using. I foun…
gc625 updated
1 month ago
-
Code:
`
import sys, numpy, os
BASE_DIR = os.getcwd()
import meshio
hex20_mesh = meshio.Mesh(
[
[0.0, 0.0, 0.0],
[1.0, 0.0, 0.0],
[1.0, 1.0, 0.0],
[0.0, 1.…
-
I intend to get the union of few rectangles and still be able to mark the some of their lines as physical line.
I have noticed that in order to get the union / merge rectangles I need to use the O…
-
Hello,
I think the converter from ANSYS fluent .msh files to .xdmf does not work.
It fails to write a boundary part out.
[mesh.zip](https://github.com/nschloe/meshio/files/4103704/mesh.zip)
[f…
-
I am attempting to port [MFEM examples](https://mfem.org/examples/) to Gridap. They should be useful additions to Gridap's existing tutorial examples.
The first step is to read [example mesh files]…
-
Hi! This is a cool project with an interesting approach, thanks for presenting it on HPCSE. I've got some feedback after looking into the paper and trying out the library.
First, there is a famous …
-
Hi - I downloaded OpenMesh 6.3 but this error occurs when I run make:
/home/ubuntu/c/HairNet_DataSetGeneration/Hair_generate_convdata_and_imgs/HairHelper.h:15:38: fatal error: OpenMesh/Core/IO/Mes…
yosun updated
2 years ago
-
### Describe the feature you would like to be added.
[Calculix](https://www.calculix.de/) Is opensourcegeneral propose FEM Solver, it will be nice to have native support in PyVista. I could not find …
-
In https://sfepy.org/doc-devel/preprocessing.html, the following step
```
python ./script/convert_mesh.py -d 3 screwdriver_handle.msh screwdriver_handle.vtk
```
fails with
```
File "~/projects…