Skip to content

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

#9144
Danial.Khazaeipoul
Participant

Thank you for your assistance. FYI, the cell interface for cuda does also miss a getCellId() method which I added per your suggestion:

CellID getCellId() const __device__ {
return this->_iCell;
}