mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 23:26:19 +08:00
eeae3ec783
LOM --> LRM removed LomView.py, and put plot grid code inside Mesh code. Added tutorial style introduction to the mesh.
9 lines
309 B
Python
9 lines
309 B
Python
from Cyl1DMesh import Cyl1DMesh
|
|
from TensorMesh import TensorMesh
|
|
from TreeMesh import TreeMesh
|
|
from LogicallyRectMesh import LogicallyRectMesh
|
|
from BaseMesh import BaseMesh, BaseRectangularMesh
|
|
from TensorView import TensorView
|
|
from InnerProducts import InnerProducts
|
|
from DiffOperators import DiffOperators
|