-
## Reason
How do I use a starCCM-generated mesh in MOOSE?
## Design
Go through meshio, other tools, and write down explicit workflows in MOOSE documentation for going from a natively unsupported …
-
### Describe the bug, what's wrong, and what you expected.
`PolyDataFilters.extrude` can return a mesh with a significant error on the bounds after extrusion, depending on the extrusion length.
It…
-
### Problem description
Hello, I am using the following to install the SeismicMesh but I meet the error, tried 3 hours to solve it now, pls help me
code
```
pip install SeismicMesh
```
error:
…
-
I'm working on converting a tool that transforms the nodes of a mesh to use meshio for compatibility with multiple gmsh versions. For even a simple case with boundary lines and an interior surface, me…
-
I am trying to convert this basic 2D vtk mesh to ansys using meshio 3.2.14.
the file `rect2d.vtk`:
```
# vtk DataFile Version 3.0
vtk output
ASCII
DATASET RECTILINEAR_GRID
DIMENSIONS 3 4 1
X_C…
s1291 updated
3 years ago
-
Based on the discussion here: https://github.com/vispy/vispy/pull/2324
I ran the full vispy tests on my macOS 12.3 M1 (apple silicon arm64).
Here's in a native arm64 python 3.9 env:
Edit: this is a…
-
I saved a file in ParaView version 5.10 as a "Legacy VTK File "(*.vtk) and attempted to read this mesh using meshio. In ParaView, it is a voxelated data set. The first 12 lines of the .vtk file are sh…
-
Hello,
I have [a software package](https://github.com/SNLComputation/Albany) that writes parallel exodus files. For example, if ran in serial, it creates `results.exo` but in parallel with `mpirun …
-
## Description
Hi there,
I just started playing with `PyVista` and my goal is to save the mesh in `gmsh` for finite element simulations. However, I haven't figured out the right way to cre…
-
Hi, I wonder if there is any plan to support exporting the mesh to other formats such as Abaqus and Gmsh. Alternatively, could you please recommend any format converter? At the moment I try to use htt…