Skip to content
Discussion options

You must be logged in to vote

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_cfl

Both examples will only dump elements that has high CFL. You can drop the IO part if you only care about the numbers.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Aerokaur
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants