mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 04:27:50 +08:00
29195e6608
DataWrappers.py contains the CommonReducer class, which enables pass-through math operations and function calls on dictionaries. Parallel.py contains the job scheduler, remote interface (w/ MPI support) and several helper functions.
12 lines
425 B
Python
12 lines
425 B
Python
from matutils import *
|
|
from codeutils import *
|
|
from meshutils import exampleLrmGrid, meshTensor, closestPoints, readUBCTensorMesh, writeUBCTensorMesh, writeUBCTensorModel, readVTRFile, writeVTRFile
|
|
from lrmutils import volTetra, faceInfo, indexCube
|
|
from interputils import interpmat
|
|
from ipythonutils import easyAnimate as animate
|
|
from CounterUtils import *
|
|
from DataWrappers import *
|
|
import ModelBuilder
|
|
import SolverUtils
|
|
|