Skip to content

Commit

Permalink
Add first draft of 2D SMX tile
Browse files Browse the repository at this point in the history
  • Loading branch information
markriegler committed Feb 7, 2025
1 parent c97920f commit 57d410a
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 0 deletions.
10 changes: 10 additions & 0 deletions splinepy/microstructure/tiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
hollow_octagon,
hollow_octagon_extrude,
inverse_cross_3d,
smx2d,
# smx2d_inverse,
snappy,
tile_base,
)
Expand All @@ -34,6 +36,9 @@
HollowOctagonExtrude,
)
from splinepy.microstructure.tiles.inverse_cross_3d import InverseCross3D
from splinepy.microstructure.tiles.smx2d import SMX2D

# from splinepy.microstructure.tiles.smx2d_inverse import SMX2DInverse
from splinepy.microstructure.tiles.snappy import Snappy
from splinepy.microstructure.tiles.sulzersmx import SulzerSMX
from splinepy.microstructure.tiles.sulzersmx_inverse import SulzerSMXInverse
Expand All @@ -53,8 +58,11 @@
"hollow_octagon",
"hollow_octagon_extrude",
"inverse_cross_3d",
"smx2d",
# "smx2d_inverse",
"snappy",
"sulzersmx",
"sulzersmx_inverse",
"tile_base",
"Armadillo",
"Chi",
Expand All @@ -68,6 +76,8 @@
"HollowOctagon",
"HollowOctagonExtrude",
"InverseCross3D",
"SMX2D",
# "SMX2DInverse",
"Snappy",
"SulzerSMX",
"SulzerSMXInverse",
Expand Down
Loading

0 comments on commit 57d410a

Please sign in to comment.