MAIA
bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
geometryadtnode.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 GEOMETRYADTNODE_H_
8
#define GEOMETRYADTNODE_H_
9
10
#include "
INCLUDE/maiatypes.h
"
11
16
class
GeometryAdtNode
{
17
public
:
18
MInt
m_parent
= -1;
19
MInt
m_leftSubtree
= 0;
20
MInt
m_rightSubtree
= 0;
21
MInt
m_depth
= -1;
22
23
MFloat
m_partition
= MFloatNaN;
24
26
MFloat
m_a
= MFloatNaN;
27
29
MFloat
m_b
= MFloatNaN;
30
32
MInt
m_element
= -1;
33
34
MInt
getStaticElementSize
() {
return
5 *
sizeof
(
MInt
) + 3 *
sizeof
(
MFloat
); };
35
};
36
37
#endif
GeometryAdtNode
Definition:
geometryadtnode.h:16
GeometryAdtNode::m_rightSubtree
MInt m_rightSubtree
Definition:
geometryadtnode.h:20
GeometryAdtNode::m_partition
MFloat m_partition
Definition:
geometryadtnode.h:23
GeometryAdtNode::getStaticElementSize
MInt getStaticElementSize()
Definition:
geometryadtnode.h:34
GeometryAdtNode::m_element
MInt m_element
Holds the id of the connected element.
Definition:
geometryadtnode.h:32
GeometryAdtNode::m_parent
MInt m_parent
Definition:
geometryadtnode.h:18
GeometryAdtNode::m_leftSubtree
MInt m_leftSubtree
Definition:
geometryadtnode.h:19
GeometryAdtNode::m_a
MFloat m_a
Holds the minimum value.
Definition:
geometryadtnode.h:26
GeometryAdtNode::m_b
MFloat m_b
Holds the maximum value.
Definition:
geometryadtnode.h:29
GeometryAdtNode::m_depth
MInt m_depth
Definition:
geometryadtnode.h:21
maiatypes.h
MInt
int32_t MInt
Definition:
maiatypes.h:62
MFloat
double MFloat
Definition:
maiatypes.h:52
home
gitlab-runner
scratch
builds
oxpnswJ6
1
aia
m-AIA
m-AIA
src
GEOM
geometryadtnode.h
Generated on Sun Jun 16 2024 23:44:47 for MAIA by
1.9.5