Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John Omotani <john.omotani@ukaea.uk>
  • Loading branch information
bendudson and johnomotani authored Jan 29, 2024
1 parent e3f91a1 commit 37dd862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Release history
a rough grid to help visual inspection when option
`follow_perpendicular_recover` is set to True (#175)
- A `View` menu enables the grid plot to be customised, with cell edges, corners,
grid lines and other components.
grid lines and other components (#176).
- `penalty_mask` is calculated and written to the grid file, based on intersection
of the grid with the wall. This enables immersed boundary conditions.
- Wall coordinates are written to output grid as `closed_wall_R` and `closed_wall_Z`
(#176)

0.5.2 (13th March 2023)
-------------------------
Expand Down
3 changes: 2 additions & 1 deletion integrated_tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"hypnotoad_inputs_yaml",
"Python_version",
"module_versions",
# Variables that have been added
# Variables that have been added. These entries can be removed if/when the
# expected output is re-generated.
"penalty_mask",
"closed_wall_R",
"closed_wall_Z",
Expand Down

0 comments on commit 37dd862

Please sign in to comment.