OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
olb::BlockLatticePlatform< T, DESCRIPTOR > Struct Template Referencefinal

#include <latticeRank3D.h>

+ Inheritance diagram for olb::BlockLatticePlatform< T, DESCRIPTOR >:
+ Collaboration diagram for olb::BlockLatticePlatform< T, DESCRIPTOR >:

Public Member Functions

 BlockLatticePlatform (BlockLattice< T, DESCRIPTOR > &blockLattice)
 
bool operator() (T output[], const int input[]) override
 

Detailed Description

template<typename T, typename DESCRIPTOR>
struct olb::BlockLatticePlatform< T, DESCRIPTOR >

Definition at line 70 of file latticeRank3D.h.

Constructor & Destructor Documentation

◆ BlockLatticePlatform()

template<typename T , typename DESCRIPTOR >
olb::BlockLatticePlatform< T, DESCRIPTOR >::BlockLatticePlatform ( BlockLattice< T, DESCRIPTOR > & blockLattice)

Definition at line 83 of file latticeRank3D.hh.

85 : BlockLatticeF<T,DESCRIPTOR>(blockLattice, 1)
86{
87 this->getName() = "platform";
88}

Member Function Documentation

◆ operator()()

template<typename T , typename DESCRIPTOR >
bool olb::BlockLatticePlatform< T, DESCRIPTOR >::operator() ( T output[],
const int input[] )
override

Definition at line 91 of file latticeRank3D.hh.

92{
93 output[0] = static_cast<std::uint8_t>(this->_blockLattice.getPlatform());
94 return true;
95}

The documentation for this struct was generated from the following files: