mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 12:08:10 +08:00
d3f38047e4
Someone with some knowledge of how fortran works should look at this code. Added a setup.py script that complies things. f2py should work on most computers, because it is included in the numpy distribution.
12 lines
383 B
Python
12 lines
383 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
|
|
import Solver
|
|
from Solver import Solver
|