Muscat.FE.Spaces.SpaceBase module

CheckIntegrity(GUI=False)[source]
class SpaceAtIntegrationPoints(space=None, points=None, weights=None)[source]

Bases: object

GetJackAndDet(Nfder, xcoor)[source]
GetJacobianDeterminantAndInverse(Nfder, xcoor)[source]
GetJacobianDeterminantAndInverseAtIP(pp, xcoor)[source]
GetNormal(Jacobian)[source]
SetIntegrationRule(space, points, weights)[source]
class SpaceBase[source]

Bases: object

Base class for a finite element interpolation space for one type of element

ClampParamCoordinates(xietaphi)[source]

Clamps the xi eta and phi to othe intervals [0,1] for the first dim coordinates, the others are set to zero

Create()[source]
GetDimensionality()[source]
GetJackAndDet(Nfder, xcoor)[source]

Deprecated Please use GetJacobianDeterminantAndInverse

GetJacobianDeterminantAndInverse(Nfder: ndarray, xcoor: ndarray)[source]
GetNormal(Jacobian)[source]
GetSpaceEvaluatedAt(points, weights)[source]
property geoSupport