mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 17:51:19 +08:00
8 lines
118 B
Python
8 lines
118 B
Python
import utils
|
|
from utils import Solver
|
|
import mesh
|
|
import inverse
|
|
import forward
|
|
import regularization
|
|
import examples
|