Releases: GEOS-DEV/Shiva
Releases · GEOS-DEV/Shiva
v0.1.1
v0.1.0
This is the initial release of Shiva. It contains initial implantation for:
Spacing
classes for defining discretization of a line forEqual
,Gauss-Legendre
, andGauss-Lobatto
spacing.Quadrature
classes to define quadrature weights.Lagrange Basis
andBasisProduct
- Base geometries (
NCube
,NSimplex
) and theInterpolatedShape
which applies an interpolation on the shape. - Transformations of base geometries. Currently there are
LinearTransform
,Scaling
, andUniformScaling
. - A parent element implementation to perform value and gradient calculations.