Reply To: retrieve data at specific points
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › retrieve data at specific points › Reply To: retrieve data at specific points
April 24, 2019 at 8:20 am
#4262
mathias
Keymaster
No, there isnt. For it, one would have to work with lattice Coordinates which are 4D in 3D applications due to the parallel data structure. We decided not to provide a function like this since it would result in very bad performce in the parallel case. Instead, we program static functors which will be relased with the next version. They might be of help for you.
Best
Mathias