Skip to content

v0.1.0

Compare
Choose a tag to compare
@Rohit-Kakodkar Rohit-Kakodkar released this 09 Jan 21:31
· 276 commits to main since this release
d199e41

Major Release Candidate

New Features

  • GLL Library

    • GLL library implementation to compute GLL points and weights.
  • Meshing (MESHFEM)

    • MESHFEM2D is included as the default mesher in this release
    • Implemented MESH database reader for fortran binary generated by MESHFEM
  • Sources

    • Force Source
    • Moment-tensor source
  • Source time function

    • Dirac delta source
    • Ricker (Gaussian) source
  • Receiver

    • Displacement
    • Velocity
    • Acceleration
  • Physics

    • Elastic Domain
    • Acoustic Domain
    • Elastic-Acoustic Coupling
  • Boundary Conditions

    • Free surface
    • Stacey
  • Solver

    • Newmark Time-Marching Solver

Major Changes

  • None

Minor Changes

  • None

Known Issues (Bugs)

Patches will be released soon for these bugs.

  • Memory corruption issue for Dirichlet, Stacey and Composite BC on IntelLLVM compiler 2022.2.0 when running tests. The solver does not experience these issues. Check pull request #100

New Contributors