Re: Data Processors for Parallel Execution
OpenLB – Open Source Lattice Boltzmann Code › Forums › on 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