diff --git a/docs/_rst/tutorials/forward_problems_2d/uniform_mesh/poisson_2d/README.md b/docs/_rst/tutorials/forward_problems_2d/uniform_mesh/poisson_2d/README.md index 04ba880..7880247 100644 --- a/docs/_rst/tutorials/forward_problems_2d/uniform_mesh/poisson_2d/README.md +++ b/docs/_rst/tutorials/forward_problems_2d/uniform_mesh/poisson_2d/README.md @@ -39,7 +39,7 @@ We begin by introducing the various files required to run this example The code in this example can be run using ```bash -python3 main_poisson2d_hard.py input.yaml +python3 main_poisson2d.py input.yaml ``` ## Example File diff --git a/examples/forward_problems_2d/uniform_mesh/helmholtz_2d/README.md b/examples/forward_problems_2d/uniform_mesh/helmholtz_2d/README.md index 0eddea7..0e2b547 100644 --- a/examples/forward_problems_2d/uniform_mesh/helmholtz_2d/README.md +++ b/examples/forward_problems_2d/uniform_mesh/helmholtz_2d/README.md @@ -46,7 +46,7 @@ We begin by introducing the various files required to run this example The code in this example can be run using ```bash -python3 main_helmholtz_hard.py input.yaml +python3 main_helmholtz.py input.yaml ``` ## Example File