Loading [MathJax]/extensions/tex2jax.js
MAIA
bb96820c
Multiphysics at AIA
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
Variables
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
e
m
p
s
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
_
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
v
w
Related Functions
a
c
d
f
g
i
l
m
o
p
s
t
v
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
n
o
p
r
s
t
w
Variables
c
g
h
i
l
m
n
s
Typedefs
a
b
e
g
m
p
r
s
z
Enumerations
a
b
c
d
e
f
g
i
l
m
p
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
Loading...
Searching...
No Matches
geometryiobase.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 GEOMETRYIOBASE_H
8
#define GEOMETRYIOBASE_H
9
10
#include "
COMM/mpioverride.h
"
11
#include "
geometrycontexttypes.h
"
12
13
class
GeometryIOBase
{
14
public
:
15
virtual
geometryAssembly
*
readPropertyFile
(
MString
fileName) = 0;
16
virtual
MInt
segmentCount
() = 0;
17
virtual
void
writeProperties
(
const
MChar
*
/*fileName*/
,
geometryPropertyMap
*){};
18
GeometryIOBase
(
const
MPI_Comm comm) {
19
MPI_Comm_rank(comm, &
m_domainId
);
20
MPI_Comm_size(comm, &
m_noDomains
);
21
};
22
virtual
~GeometryIOBase
(){};
23
24
MInt
domainId
() {
return
m_domainId
; };
25
MInt
noDomains
() {
return
m_noDomains
; };
26
27
private
:
28
MInt
m_domainId
;
29
MInt
m_noDomains
;
30
};
31
32
#endif
GeometryIOBase
Definition:
geometryiobase.h:13
GeometryIOBase::domainId
MInt domainId()
Definition:
geometryiobase.h:24
GeometryIOBase::m_domainId
MInt m_domainId
Definition:
geometryiobase.h:28
GeometryIOBase::noDomains
MInt noDomains()
Definition:
geometryiobase.h:25
GeometryIOBase::segmentCount
virtual MInt segmentCount()=0
GeometryIOBase::writeProperties
virtual void writeProperties(const MChar *, geometryPropertyMap *)
Definition:
geometryiobase.h:17
GeometryIOBase::GeometryIOBase
GeometryIOBase(const MPI_Comm comm)
Definition:
geometryiobase.h:18
GeometryIOBase::~GeometryIOBase
virtual ~GeometryIOBase()
Definition:
geometryiobase.h:22
GeometryIOBase::m_noDomains
MInt m_noDomains
Definition:
geometryiobase.h:29
GeometryIOBase::readPropertyFile
virtual geometryAssembly * readPropertyFile(MString fileName)=0
geometrycontexttypes.h
geometryPropertyMap
std::multimap< MString, GeometryProperty * > geometryPropertyMap
Definition:
geometrycontexttypes.h:19
MInt
int32_t MInt
Definition:
maiatypes.h:62
MString
std::basic_string< char > MString
Definition:
maiatypes.h:55
MChar
char MChar
Definition:
maiatypes.h:56
mpioverride.h
b
Definition:
geometrycontexttypes.h:23
home
gitlab-runner
scratch
builds
oxpnswJ6
1
aia
m-AIA
m-AIA
src
GEOM
geometryiobase.h
Generated on Sun Jun 16 2024 23:44:48 for MAIA by
1.9.5