mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 17:03:04 +08:00
12 lines
383 B
Python
12 lines
383 B
Python
import matutils
|
|
import sputils
|
|
import lomutils
|
|
import interputils
|
|
import ModelBuilder
|
|
import Solver
|
|
from Solver import Solver
|
|
from matutils import getSubArray, mkvc, ndgrid, ind2sub, sub2ind
|
|
from sputils import spzeros, kron3, speye, sdiag
|
|
from lomutils import volTetra, faceInfo, inv2X2BlockDiagonal, inv3X3BlockDiagonal, indexCube, exampleLomGird
|
|
from interputils import interpmat
|