mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 17:21:30 +08:00
b0760f577f
NOTE: if you add a new function (or file), you must register it in __init__.py for it to be available under: e.g. ... from utils import mkvc, … ... from MYNEWFILE import MYNEWFUNCTION
4 lines
107 B
Python
4 lines
107 B
Python
from TensorMesh import TensorMesh
|
|
from LogicallyOrthogonalMesh import LogicallyOrthogonalMesh
|
|
import utils
|