Skip to content

Commit

Permalink
Increase npad to reduce numerical error
Browse files Browse the repository at this point in the history
Increase npad for DC_Pseudosections to reduce numerical error in the
half-space example, so the apparent resistivities are somewhat constant.
  • Loading branch information
santisoler committed Nov 6, 2023
1 parent c8facfe commit 6ecf14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoscilabs/dcip/DC_Pseudosections.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _transform(self, m):


# Mesh, mapping can be globals
npad = 15
npad = 40
cs = 1.25
hx = [(cs, npad, -1.3), (cs, 100), (cs, npad, 1.3)]
hy = [(cs, npad, -1.3), (cs, 50)]
Expand Down

0 comments on commit 6ecf14d

Please sign in to comment.