Reply To: load coarse mesh data to a fine mesh
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › load coarse mesh data to a fine mesh › Reply To: load coarse mesh data to a fine mesh
November 17, 2025 at 10:50 am
#10974
Adrian
Keymaster
You should not need the communicateToAllflags here, overlap communication (to ensure the interpolation stencil has the correct neighbor information) is enough. This all relies on the exact same block decomposition being used between the resolutions (s.t. both the coarse and fine information for any given cell reside on the same process). Can you confirm whether your code works (for a smaller resolution) on a single process / detail the way you execute this?
