Skip to content

Commit

Permalink
Merge pull request #16 from ziyiyin97/review-docs
Browse files Browse the repository at this point in the history
Fix docs: Correct names of files in examples (forward problems, soft boundary constraints on uniform mesh)
  • Loading branch information
divijghose authored Jul 24, 2024
2 parents 034de10 + cb5e4c8 commit 7eed54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eed54e

Please sign in to comment.