Replies: 1 comment 1 reply
|
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In standard ERT simulation, using ERTManager, the parameter mesh is embedded in a larger forward (secondary) mesh containing constant or, anyway, arbitrarily set resistivity values.
However, it seems like this is not happening when using ERTManager for inversion. If I look at the "response" function of ERTManager in this case, I see that self.Mesh() contains both parameters' region (area of interest of the inversion) and the secondary mesh area, but the resistivity values contained in "mod" are only those of the parameters mesh.
By default, what resistivity values are assigned to forward-mesh cells that lie outside the parameter mesh, and where in the code is this defined?
Or, alternatively, how are boundary effects handled in the forward modeling carried out during the inversion?
Specifically, I am referring to the code snippet for the forward solver of ERTManager
For example, when running the inversion example in https://www.pygimli.org/_examples_auto/3_ert/plot_01_ert_2d_mod_inv.html#sphx-glr-examples-auto-3-ert-plot-01-ert-2d-mod-inv-py and analyzing the variables of this functions,
and
All reactions