G. D. McBain
G. D. McBain
I noticed this regression while investigating #955: the simple example there raises different exceptions in meshio * 4.3.0: `meshio._exceptions.WriteError: Can only deal with one cell type for now` * 4.3.1...
The [docstring](https://github.com/nschloe/meshio/blob/18322a7348f9391dee115fa72f498d5271bee6a1/meshio/_mesh.py#L210-LL215) for the new method [`Mesh.int_data_to_sets`](https://github.com/nschloe/meshio/blob/18322a7348f9391dee115fa72f498d5271bee6a1/meshio/_mesh.py#L209-L249) #723 24382d0 advertises that the returned subsets will be > keyed (like cell_sets_dict) by name (as found in field_data or constructed from the...
polyMesh
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 defines a mesh of arbitrary polyhedral cells in 3-D, bounded by arbitrary polygonal faces, i.e. the...
This is for #568. This is atop #621 and is the second part of the splitting up of #610.
In #713 on ugrid: > The ugrid -> exodus conversion took over the node coordinates, and the triangle and tetrahedron connectivities, but did not create side sets. 'Side sets', as...
> Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. The files Silo produces and the data within them can be...
I was able to propose a solution to the question [‘multiple topology blocks?’ (xdmf#15)](https://gitlab.kitware.com/xdmf/xdmf/issues/15) by using multiple `Grid` elements. The XDMF ([multitop.xdmf.txt](https://github.com/nschloe/meshio/files/3924729/multitop.xdmf.txt)) posted there is accepted by ParaView 5.6.0 but...
The idea of removing large Python loops from i/o goes back to #29. Here in question is the MEDIT mesh format, as flagged in the earlier PR reading and writing...
As opposed to the mortar method of #305, I've been looking at 'monolithic' approaches to linear elastic problems (like say ‘structural vibration’ ex21) with multiple subdomains with different densities and...
Fixes #48.