Peano
Loading...
Searching...
No Matches
stacks.cpp
Go to the documentation of this file.
1
#include "
stacks.h
"
2
3
4
std::string
toString
(
peano4::stacks::IOMode
mode ) {
5
switch
(mode) {
6
case
peano4::stacks::IOMode::MPIReceive
:
7
return
"receive"
;
8
case
peano4::stacks::IOMode::MPISend
:
9
return
"send"
;
10
case
peano4::stacks::IOMode::None
:
11
return
"none"
;
12
}
13
return
"<undef>"
;
14
}
15
peano4::stacks::IOMode
IOMode
Definition
stacks.h:12
peano4::stacks::IOMode::None
@ None
peano4::stacks::IOMode::MPISend
@ MPISend
peano4::stacks::IOMode::MPIReceive
@ MPIReceive
toString
std::string toString(peano4::stacks::IOMode mode)
Definition
stacks.cpp:4
stacks.h
src
peano4
stacks
stacks.cpp
Generated on Fri Apr 25 2025 15:00:05 for Peano by
1.10.0