How to get the number of the total cells and the number of cells on every level? #4472
-
I want to count the number of cells, is there any simple way to achieve this? Reagrads, |
Beta Was this translation helpful? Give feedback.
Answered by
APTX-4869-core
May 20, 2025
Replies: 1 comment
-
I happened to find that setting amr.verbose = 1, the solver would output the cell number, and then I could find the countCells() function. Sorry for not finding this function in time and open this discussion, and I will close it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
APTX-4869-core
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I happened to find that setting amr.verbose = 1, the solver would output the cell number, and then I could find the countCells() function. Sorry for not finding this function in time and open this discussion, and I will close it.