MAIA
bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
lbparentcell.h
Go to the documentation of this file.
1
// Copyright (C) 2024 The m-AIA AUTHORS
2
//
3
// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4
//
5
// SPDX-License-Identifier: LGPL-3.0-only
6
7
#ifndef LBPARENTCELL_H
8
#define LBPARENTCELL_H
9
10
#include "
INCLUDE/maiatypes.h
"
11
12
class
LbParentCell
{
13
public
:
14
MInt
m_cellId
;
15
static
MInt
m_maxNoCells
;
16
17
// LbParentCell()
18
// {
19
// }
20
static
void
init
(
MInt
/*dimension*/
,
MInt
/*noDistributions*/
,
MInt
maxNoCells) {
21
m_maxNoCells
= maxNoCells;
22
// m_noChildIds = noChildIds;
23
};
24
25
// virtual ~LbParentCell(){};
26
27
static
MInt
staticElementSize
() {
return
0; }
28
29
void
allocateElements
(
void
*,
void
*,
MInt
cellId);
30
};
31
32
#endif
LbParentCell
Definition:
lbparentcell.h:12
LbParentCell::staticElementSize
static MInt staticElementSize()
Definition:
lbparentcell.h:27
LbParentCell::allocateElements
void allocateElements(void *, void *, MInt cellId)
Definition:
lbparentcell.cpp:11
LbParentCell::init
static void init(MInt, MInt, MInt maxNoCells)
Definition:
lbparentcell.h:20
LbParentCell::m_maxNoCells
static MInt m_maxNoCells
Definition:
lbparentcell.h:15
LbParentCell::m_cellId
MInt m_cellId
Definition:
lbparentcell.h:14
maiatypes.h
MInt
int32_t MInt
Definition:
maiatypes.h:62
home
gitlab-runner
scratch
builds
oxpnswJ6
1
aia
m-AIA
m-AIA
src
LB
lbparentcell.h
Generated on Sun Jun 16 2024 23:44:57 for MAIA by
1.9.5