Re: Data Processors for Parallel Execution
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 › Data Processors for Parallel Execution › Re: Data Processors for Parallel Execution
February 15, 2015 at 7:14 pm
#2175
Wolf
Member
Hello Mathias,rnrnIn case of SuperLattice3D, if I want to find a cuboid number of a cell I’d just use:rn
Code:
sLattice.get_cGeometry().get_iC(x,y,z)
rnrnWhat if I’m using the MultiBlockLattice3D? Is there a similar way to do that? Thank you.rn(When does one use SuperLattice and when MultiBlockLattice?)rnrnBest Regards,rnWolf
