qbhf2's picture
added NvidiaWarp and GarmentCode repos
66c9c8a
from .shape_function import ShapeFunction, ConstantShapeFunction
from .triangle_shape_function import Triangle2DPolynomialShapeFunctions, Triangle2DNonConformingPolynomialShapeFunctions
from .tet_shape_function import TetrahedronPolynomialShapeFunctions, TetrahedronNonConformingPolynomialShapeFunctions
from .square_shape_function import (
SquareBipolynomialShapeFunctions,
SquareSerendipityShapeFunctions,
SquareNonConformingPolynomialShapeFunctions,
)
from .cube_shape_function import (
CubeSerendipityShapeFunctions,
CubeTripolynomialShapeFunctions,
CubeNonConformingPolynomialShapeFunctions,
)