From 4d8fe439fceb28bb0946df95377b4eaa4e015f0e Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Thu, 18 Jan 2024 13:46:31 -0800 Subject: [PATCH 1/2] Move exercise notebook to its own folder --- .../01-forward-dc-resisitivity-2d-exercise.ipynb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename fwd_dcr_2d_exercise.ipynb => exercises/01-forward-dc-resisitivity-2d-exercise.ipynb (100%) diff --git a/fwd_dcr_2d_exercise.ipynb b/exercises/01-forward-dc-resisitivity-2d-exercise.ipynb similarity index 100% rename from fwd_dcr_2d_exercise.ipynb rename to exercises/01-forward-dc-resisitivity-2d-exercise.ipynb From 3f022b5013177fb399ead3f89ab8b7231da92068 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Thu, 18 Jan 2024 13:55:41 -0800 Subject: [PATCH 2/2] Update links to images in exercise notebook --- exercises/01-forward-dc-resisitivity-2d-exercise.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/exercises/01-forward-dc-resisitivity-2d-exercise.ipynb b/exercises/01-forward-dc-resisitivity-2d-exercise.ipynb index 38705a6..402bca0 100644 --- a/exercises/01-forward-dc-resisitivity-2d-exercise.ipynb +++ b/exercises/01-forward-dc-resisitivity-2d-exercise.ipynb @@ -128,7 +128,7 @@ "source": [ "## Step 2: Defining the Survey\n", "\n", - "\n", + "\n", "\n", "DC resistivity surveys within SimPEG require the user to create and connect three types of objects:\n", "\n", @@ -254,7 +254,7 @@ "\n", "Meshes define the numerical grid on which we numerically solve the PDE for the DC resistivity problem. Here, we define a tree mesh.\n", "\n", - "" + "" ] }, { @@ -553,7 +553,7 @@ "\n", "Define a model representing electrical resistivities on all active cells. Use the [SimPEG.maps.InjectActiveCells](myst:SimPEG#SimPEG.maps.InjectActiveCells) mapping to define this mapping. **Important:** although the true electrical resistivity of the air is infinity, set the value for the inactive cells to 1e8 $\\Omega m$!\n", "\n", - "\n", + "\n", "\n", "### Exercise (advanced):\n", "\n", @@ -601,7 +601,7 @@ "source": [ "## Step 7: Project Survey to Discretized Topography\n", "\n", - "\n", + "\n", "\n", "### Exercise (beginner):\n", "\n", @@ -623,7 +623,7 @@ "source": [ "## Step 8: Defining the Forward Simulation\n", "\n", - "\n", + "\n", "\n", "In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. The simulation object must be associated with a:\n", "\n",