Hi everyone,

I am working on a 3D first-arrival traveltime tomography problem. As part of this, I have the data as first-arrival times (d, 205000), model parameters (m, 170000), and the length matrix (G, 205000 by 170000). The length matrix is generated based on tetrahedral meshes (0.5 km near the surface and 2.0 km in the deeper parts) because my initial model is complex. This matrix is very sparse, and I am trying to solve it using the LSMR and LSQR iterative schemes (https://docs.scipy.org/doc/scipy/reference/sparse.linalg.html). However, if the initial model (x0) is set to None, it generates incorrect results. How do I solve this problem?

Best regards,

Bhaskar

More Bhaskar Illa's questions See All
Similar questions and discussions