Skip to content

Releases: GEOS-DEV/Shiva

v0.1.1

23 Dec 17:47
4a411fa
Compare
Choose a tag to compare

Correct omission of license header in each source file.

v0.1.0

22 Dec 17:30
7ce430d
Compare
Choose a tag to compare

This is the initial release of Shiva. It contains initial implantation for:

  • Spacing classes for defining discretization of a line for Equal, Gauss-Legendre, and Gauss-Lobatto spacing.
  • Quadrature classes to define quadrature weights.
  • Lagrange Basis and BasisProduct
  • Base geometries (NCube, NSimplex) and the InterpolatedShape which applies an interpolation on the shape.
  • Transformations of base geometries. Currently there are LinearTransform, Scaling, and UniformScaling.
  • A parent element implementation to perform value and gradient calculations.