Replies: 1 comment
-
|
Thank you for your feedback. I’ve addressed the reported issues, and the fixes will be included in the upcoming release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've made a start on updating some cases to v25-rc1 to test out the differences - in general it was pretty smooth and the v25 syntax was easy to pick up, but I did notice a few things that didn't work as expected or that could be clarified. The examples I was working with are here https://github.com/kyleadm/nekrs_cardinal_workshop_material/tree/main/nekrs for v23, or https://github.com/kyleadm/nekrs_cardinal_workshop_material/tree/v25_nekrs/nekrs for the v25 versions.
nekrs --help pardoesn't show the change in block names e.g.[PRESSURE] -> [FLUID PRESSURE]and[VELOCITY] -> [FLUID VELOCITY]checkpointInterval = 0doesn't output a file at the end (used to, at least in v23).+intisn't specified, it reads the solution from the different mesh and interpolates within elements anyway, and when+intis specified to set pointwise interpolation this doesn't work (see below). This case worked in v23, andnekrs --help parstill indicates+intshould work:Beta Was this translation helpful? Give feedback.
All reactions