v1.2.1
Release Notes
Installation
You can install ogs5py with pip:
pip install ogs5py
Documentation
The documentation can be found at: https://ogs5py.readthedocs.io/
What's new?
Enhancements
MSH.import_mesh
can handlemeshio.Mesh
as input now #13
Changes
pygmsh
support was removed. You can't use pygmsh Geometry objects to generate meshes anymore. Please generate beforehand and import the generated mesh. Other generators are usinggmsh
directly now. #13