Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Releases: krober10nd/SeismicMesh

SeismicMesh V2.0.4

03 Sep 01:51
9afa756
Compare
Choose a tag to compare

SeismicMesh V2.0.3

01 Sep 01:22
8aeae9e
Compare
Choose a tag to compare

Version bump.

SeismicMesh V2.0.0

29 Aug 13:50
86d08e9
Compare
Choose a tag to compare
  • Fix to semantic versioning (a change to public API occurred with V1.2)
  • Improvements to README
  • Reduction in memory usage.

SeismicMesh V1.2.42

27 Aug 12:35
c36739a
Compare
Choose a tag to compare

-Easier installation with pypi package manager: https://pypi.org/project/SeismicMesh/
-Switch from BSDv2 to GPLv3 to match dependencies (CGAL).
-Improvements to documentation.

SeismicMesh V1.2

21 Aug 13:16
c7169c9
Compare
Choose a tag to compare

Major changes:
-Improvements to API, no longer has two different file input formats for 2D/3D. Now only accepts 2D or 3D numpy ndarrays. These datat can be read in using helper functions.
-More complete documentation
-More conservative CFL limiting.
-Mesh improvement/sliver removal now uses incremental Delaunay triangulation to accelerate things.

Minor bug fixes:
-Correct 3D domain extension and velocity model adjustments in the extension region.
-Padstyle linear_ramp now works in 3D.

SeismicMesh V1.1

30 Jul 17:29
Compare
Choose a tag to compare

For publication in Zenodo otherwise identical to V1.0

Quality triangular and tetrahedral meshing directly from seismic velocity models for use within the Finite Element method for acoustic and elastic wave simulations. Wraps low-level code in C++ for performance, while maintaining a flexible Python user interface and simple scripting abilities for model generation. Geometry definitions are created using signed distance functions and capabilities to create these functions for realistic seismic velocity models are provided.

Full documentation and a tutorial can be found here: https://seismicmesh.readthedocs.io/

SeismicMesh V1.0

30 Jul 17:00
Compare
Choose a tag to compare

Quality triangular and tetrahedral meshing directly from seismic velocity models for use within the Finite Element method for acoustic and elastic wave simulations. Wraps low-level code in C++ for performance, while maintaining a flexible Python user interface and simple scripting abilities for model generation. Geometry definitions are created using signed distance functions and capabilities to create these functions for realistic seismic velocity models are provided.

Full documentation and a tutorial can be found here: https://seismicmesh.readthedocs.io/