mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 22:23:39 +08:00
7 lines
103 B
Python
7 lines
103 B
Python
import mesh
|
|
import utils
|
|
import inverse
|
|
import forward
|
|
import regularization
|
|
from Solver import Solver
|