Spaces:
Sleeping
Sleeping
| from .element import Element | |
| from .geometry import Geometry | |
| from .deformed_geometry import DeformedGeometry | |
| from .partition import ( | |
| GeometryPartition, | |
| WholeGeometryPartition, | |
| LinearGeometryPartition, | |
| ExplicitGeometryPartition, | |
| ) | |
| from .grid_2d import Grid2D | |
| from .grid_3d import Grid3D | |
| from .trimesh_2d import Trimesh2D | |
| from .tetmesh import Tetmesh | |
| from .quadmesh_2d import Quadmesh2D | |
| from .hexmesh import Hexmesh | |