25#ifndef LATTICE_CUBOID_3D_H
26#define LATTICE_CUBOID_3D_H
34template <
typename T,
typename DESCRIPTOR>
35class SuperLatticeCuboid3D final :
public SuperLatticeF3D<T,DESCRIPTOR> {
41template <
typename T,
typename DESCRIPTOR>
50 bool operator() (T output[],
const int input[])
override;
functor to get pointwise the cuboid no. + 1 on local lattice
BlockLatticeCuboid3D(BlockLattice< T, DESCRIPTOR > &blockLattice, int iC, const Cuboid3D< T > &cuboid)
bool operator()(T output[], const int input[]) override
has to be implemented for 'every' derived class
represents all functors that operate on a DESCRIPTOR in general, e.g. getVelocity(),...
SuperLatticeCuboid3D(SuperLattice< T, DESCRIPTOR > &sLattice)
Top level namespace for all of OpenLB.