MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
LbParentCell Class Reference

#include <lbparentcell.h>

Public Member Functions

void allocateElements (void *, void *, MInt cellId)
 

Static Public Member Functions

static void init (MInt, MInt, MInt maxNoCells)
 
static MInt staticElementSize ()
 

Public Attributes

MInt m_cellId
 

Static Public Attributes

static MInt m_maxNoCells
 

Detailed Description

Definition at line 12 of file lbparentcell.h.

Member Function Documentation

◆ allocateElements()

void LbParentCell::allocateElements ( void *  ,
void *  ,
MInt  cellId 
)

Definition at line 11 of file lbparentcell.cpp.

11 {
12 // MFloat * tmpPointer = (MFloat *)memPointer;
13 // MFloat * tmpPointerDataBase = (MFloat *)basePointer;
14 // MFloat * tmpPointer;
15
16 // tmpPointer = (MFloat*)((MInt*) tmpPointerDataBase + m_noInterpolationNeighbors * cellId);
17 // m_interpolationNeighbors = (MInt*) tmpPointer;
18 // tmpPointerDataBase = (MFloat*)((MInt*)tmpPointerDataBase + m_noInterpolationNeighbors * m_maxNoCells);
19
20 // tmpPointer = (MFloat*)((MFloat*) tmpPointerDataBase + m_noInterpolationNeighbors * cellId);
21 // m_interpolationCoefficients = tmpPointer;
22 // tmpPointerDataBase = (MFloat*)((MFloat*) tmpPointerDataBase + m_noInterpolationNeighbors * m_maxNoCells);
23}

◆ init()

static void LbParentCell::init ( MInt  ,
MInt  ,
MInt  maxNoCells 
)
inlinestatic

Definition at line 20 of file lbparentcell.h.

20 {
22 // m_noChildIds = noChildIds;
23 };
static MInt m_maxNoCells
Definition: lbparentcell.h:15
void const MInt const MInt const MInt const MInt maxNoCells
Definition: collector.h:240

◆ staticElementSize()

static MInt LbParentCell::staticElementSize ( )
inlinestatic

Definition at line 27 of file lbparentcell.h.

27{ return 0; }

Member Data Documentation

◆ m_cellId

MInt LbParentCell::m_cellId

Definition at line 14 of file lbparentcell.h.

◆ m_maxNoCells

MInt LbParentCell::m_maxNoCells
static

Definition at line 15 of file lbparentcell.h.


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