From 69d57021174c5a56c68dfc3eac9335db3fa3749d Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Wed, 31 Jan 2024 18:18:43 +0100 Subject: [PATCH] Fix typo in forward notebook --- live/01-forward-dc-resistivity-2d.ipynb | 2 +- notebooks/01-forward-dc-resistivity-2d.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/live/01-forward-dc-resistivity-2d.ipynb b/live/01-forward-dc-resistivity-2d.ipynb index 991d37a..fdf37d9 100644 --- a/live/01-forward-dc-resistivity-2d.ipynb +++ b/live/01-forward-dc-resistivity-2d.ipynb @@ -483,7 +483,7 @@ "\n", "Lets create a simulation: the object that will simulate the physics!\n", "\n", - "We'll use [dc.simulation_2d.Simulation2DNodel](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal). \n", + "We'll use [dc.simulation_2d.Simulation2DNodal](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal). \n", "\n", "" ] diff --git a/notebooks/01-forward-dc-resistivity-2d.ipynb b/notebooks/01-forward-dc-resistivity-2d.ipynb index 38af5d6..f775e82 100644 --- a/notebooks/01-forward-dc-resistivity-2d.ipynb +++ b/notebooks/01-forward-dc-resistivity-2d.ipynb @@ -845,7 +845,7 @@ "\n", "\n", "\n", - "In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. Here we generate an instance of [Simulation2DNodel](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal) to define the forward simulation for DC resistivity. Prior to simulating data for a given physical property model, the simulation object must be associated with a:\n", + "In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. Here we generate an instance of [Simulation2DNodal](https://docs.simpeg.xyz/content/api/generated/SimPEG.electromagnetics.static.resistivity.Simulation2DNodal.html#SimPEG.electromagnetics.static.resistivity.Simulation2DNodal) to define the forward simulation for DC resistivity. Prior to simulating data for a given physical property model, the simulation object must be associated with a:\n", "\n", "- survey\n", "- mesh\n",