This package contains the GPLv3 licensed lite version of the SalvusMesh package. It is capable of generating meshes with all the bells and whistles for usage in AxiSEM3D. If you are looking for the full version of the mesher head over to http://mondaic.com.
Trivial with pip:
$ pip install git+https://github.com/AxiSEMunity/salvus_mesh_liteImportant: The version of pyexodus on pip is out of date and will cause Salvus Mesh Lite to throw an error. To get around this, install the up-to-date version of pyexodus from github:
$ pip install git+https://github.com/SalvusHub/pyexodusTwo steps:
$ python -m salvus_mesh_lite.interface AxiSEM --save_yaml=input.yamlThis will create a self-explanatory input.yaml YAML file. Edit it to your
satisfaction and run
$ python -m salvus_mesh_lite.interface --input_file=input.yaml