Skip to content

v0.1.0

Choose a tag to compare

@rrsettgast rrsettgast released this 22 Dec 17:30
· 15 commits to main since this release
7ce430d

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.