mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 22:54:10 +08:00
9 lines
342 B
Python
9 lines
342 B
Python
import matutils
|
|
import sputils
|
|
import lomutils
|
|
import interputils
|
|
import ModelBuilder
|
|
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 |