-
Hello
I am trying to convert an Inp mesh file into msh file via command prompt (meshio convert... [filenames]. Although the command generates a new msh file,it is not readable. Does anyone have an i…
-
The electrostatic simulation example in the documentation could show the generated mesh as well. I assume this can be done with pyvista or meshio.
Notebooks to update:
* https://gdsfactory.github.…
-
Wishlist stub for a new format to support: [OpenFOAM](https://cfd.direct/openfoam)'s [polyMesh](https://cfd.direct/openfoam/user-guide/v7-mesh-description/#x24-1680005.1).
> By default OpenFOAM def…
-
One of my students wants to move our codes from Abaqus to FEniCS and meshio could be very helpful (thanks for your nice work!). However, most of our models involve linear (4-node) quadrilateral 2D ele…
-
Hi there!
I am getting the following error in MaSIF data processing. I followed the demo example
```
root@dc2aa58b2fb5:/masif/data/masif_site# ./data_prepare_one.sh 4ZQK_A
Downloading PDB struct…
-
This issue may be related or similar to closed issue #401 . When processing either exodus or vtu files into Abaqus inp files (`meshio-convert fblock_restart.exo --output-format abaqus fblock_restart.i…
-
请问,如果我有一个复杂的几何模型,我如何将这个模型导入该系统并进行设置?
-
```
sfepy: reading mesh (database/tests/cube.bdf)...
>>>
Traceback (most recent call last):
File "./runTests.py", line 219, in
main()
File "./runTests.py", line 214, in main
op.walk( opt…
-
When converting a tetgen mesh to another format (vtk in my case), meshio reads the .ele file setting dtype=int, but the attribute columns are of type REAL as defined in tetgen.h code of the tetgen lib…
-
I am experiencing a problem while generating solidspy input files from the gmsh output (*.msh)
https://solidspy.readthedocs.io/en/latest/tutorials/brazilian_test.html
An error was reported as
…