Grids are not properly nested. #3366
-
I'm trying to implement an embedded boundary algorithm and in my code I got this error "WARNING: Grids are not properly nested. Consider using amr.blocking_factor = 4 4 4 Code from where abort happens:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
"Grids are not properly nested" means the gap between level lev/lev-1 boundary and lev-1/lev-2 boundary is not wide enough. To fill ghost cells on Level lev, we would need data from Level lev-2. |
Beta Was this translation helpful? Give feedback.
"Grids are not properly nested" means the gap between level lev/lev-1 boundary and lev-1/lev-2 boundary is not wide enough. To fill ghost cells on Level lev, we would need data from Level lev-2.