Reply To: Modifying field values for neighboring cells inside a postprocessor
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Modifying field values for neighboring cells inside a postprocessor › Reply To: Modifying field values for neighboring cells inside a postprocessor
Hi Adrian,
Thank you! I tested it and didn’t encounter any obvious issues. Nonetheless, I followed your suggestion and switched back to using separate fields for each variable. I have a question about how priority works in custom tasks to improve my understanding of OpenLB’s core. Consider the following scenario:
(1) freeSurfacePostProcessor3D schedules its custom tasks at the PostStream stage, consisting of five local stages with assigned priorities (e.g., 1, 2, 3, 4, 5).
(2) Another post-processor schedules its own custom tasks at the PostStream stage with different local stages and assigned priorities (e.g., 1, 2, 3, 4).
What would be the expected execution order of these tasks? How are priorities handled when multiple post-processors add tasks at the same stage?