Reply To: An issue when running parallel simulations
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 › An issue when running parallel simulations › Reply To: An issue when running parallel simulations
February 21, 2024 at 12:14 am
#8316
avrachan1
Participant
I think I have identified the issue to be
AnalyticalFfromSuperF3D <T> analyticalFpopA(populationA,true,true);
I get the correct results when I used
AnalyticalFfromSuperF3D <T> analyticalFpopA(populationA);
