-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I've done this before with previous version, which might still be a good starting point. An alternative way is to compute it in Nek5000 's Both examples will only dump elements that has high CFL. You can drop the IO part if you only care about the numbers. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @yslan . This is helpful. |
Beta Was this translation helpful? Give feedback.
I've done this before with previous version, which might still be a good starting point.
https://github.com/yslan/nekrsExamples/tree/master/hemi_elementFilter
NekRS' cfl kernel combines the reduction, so it only output elementwise max CFL.
An alternative way is to compute it in Nek5000 's
userchk, then you can get pointwise value. Here is an Nek5000 example: https://github.com/yslan/nek-utils/tree/main/outpost-select/hemi_cflBoth examples will only dump elements that has high CFL. You can drop the IO part if you only care about the numbers.