From b55e960e0de0067c1084ca83f6eae43ce34774e8 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Sat, 12 Jul 2014 18:28:17 -0500 Subject: [PATCH] Updates to docs --- docs/api_DC.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/api_DC.rst b/docs/api_DC.rst index b854e0c3..f6c98d09 100644 --- a/docs/api_DC.rst +++ b/docs/api_DC.rst @@ -44,8 +44,9 @@ DC resistivity survey Electrical resistivity of subsurface materials is measured by causing an electrical current to flow in the earth between one pair of electrodes while the voltage across a second pair of electrodes is measured. The result is an "apparent" resistivity which is a value representing the weighted average resistivity over a volume of the earth. Variations in this measurement are caused by variations in the soil, rock, and pore fluid electrical resistivity. Surveys require contact with the ground, so they can be labour intensive. Results are sometimes interpreted directly, but more commonly, 1D, 2D or 3D models are estimated using inversion procedures (`GPG `_). -Backgrounds -=========== +Background +========== + As direct current (DC) implies, in DC resistivity survey, we assume steady-state. We consider Maxwell's equations in steady state as .. math:: @@ -129,13 +130,20 @@ where Here \\(\\bm\\) indicates model parameters in discretized space. +Verification +============ + +Comparing to the analytic function: + .. plot:: import simpegDC as DC DC.Examples.Verification.run(plotIt=True) +API +=== -.. automodule:: simpegDC.DC +.. automodule:: simpegDC.BaseDC :show-inheritance: :members: :undoc-members: