mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-05 13:20:43 +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
|