Loading [MathJax]/extensions/tex2jax.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace 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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
getCommunicator.h
Go to the documentation of this file.
1
15
#pragma once
16
17
#include <mpi.h>
18
19
#include <filesystem>
20
21
namespace
MeshLib::IO
22
{
23
struct
FileCommunicator
final
24
{
25
MPI_Comm
mpi_communicator
;
26
int
color
;
27
std::filesystem::path
output_filename
;
28
};
23
struct
FileCommunicator
final {
…
};
29
FileCommunicator
getCommunicator
(
unsigned
int
n_files);
30
}
// namespace MeshLib::IO
MeshLib::IO
Definition
MeshIO.cpp:272
MeshLib::IO::getCommunicator
FileCommunicator getCommunicator(unsigned int const n_files)
Definition
getCommunicator.cpp:41
MeshLib::IO::FileCommunicator
Definition
getCommunicator.h:24
MeshLib::IO::FileCommunicator::output_filename
std::filesystem::path output_filename
Definition
getCommunicator.h:27
MeshLib::IO::FileCommunicator::color
int color
Definition
getCommunicator.h:26
MeshLib::IO::FileCommunicator::mpi_communicator
MPI_Comm mpi_communicator
Definition
getCommunicator.h:25
MeshLib
IO
XDMF
mpi
getCommunicator.h
Generated by
1.12.0