MshReader.jl

A minimal msh mesh format file reader
Author jorgepz
Popularity
2 Stars
Updated Last
1 Year Ago
Started In
December 2021

MshReader.jl

A minimal msh mesh format file reader.

Stable Dev Build Status Coverage

Scope

The goal and scope of this package is to provide a function to read .msh files generated with (http://gmsh.info).

Usage example

The main function and command consists in the following call:

nodesCoordMat, connectivity, physicalNames, elemPhysNums = MshFileReader( "path to msh file.msh")

Developer's guide

Clone the repo

$ git clone git@github.com:jorgepz/MshReader.jl.git

Enter to the folder and open julia with

$ cd MshReader.jl
$ julia --project=.

Run the cube example

julia> include(joinpath("examples","readCubeMesh.jl"))

This example script generates a .vtu file (using https://jipolanco.github.io/WriteVTK.jl/ ) which can be viewed using paraview

cube

Required Packages

No packages found.

Used By Packages