ReadHDF5Mesh ============ ```{function} ReadHDF5Mesh(file) ``` Full definition: ```{code-block} matlab function hdf_mesh = ReadHDF5Mesh(file) ``` Get the raw mesh data stored in the hdf5 dump file created by openEMS returns: - hdf_mesh.type (0-> Cartesian, 1-> cylindrical mesh type) - hdf_mesh.names (e.g. 'Mesh/y') - hdf_mesh.lines (e.g. [0,1,2,3,4]) ----------------------- author: Thorsten Liebig See also ReadHDF5FieldData