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

#include <latticeRank3D.h>

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

Public Member Functions

 SuperLatticePlatform (SuperLattice< T, DESCRIPTOR > &sLattice)
 

Detailed Description

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

Definition at line 65 of file latticeRank3D.h.

Constructor & Destructor Documentation

◆ SuperLatticePlatform()

template<typename T , typename DESCRIPTOR >
olb::SuperLatticePlatform< T, DESCRIPTOR >::SuperLatticePlatform ( SuperLattice< T, DESCRIPTOR > & sLattice)

Definition at line 72 of file latticeRank3D.hh.

72 :
73 SuperLatticeF<T,DESCRIPTOR>(sLattice, 1)
74{
75 this->getName() = "platform";
76 auto load = this->_sLattice.getLoadBalancer();
77 for (int iC = 0; iC < load.size(); iC++) {
78 this->_blockF.emplace_back( new BlockLatticePlatform<T,DESCRIPTOR>(this->_sLattice.getBlock(iC)) );
79 }
80}

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