Skip to content

v1.2.1

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 15 May 15:07
· 18 commits to main since this release
4c73e03

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 handle meshio.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 using gmsh directly now. #13