Peano
Loading...
Searching...
No Matches
stacks.h
Go to the documentation of this file.
1
// This file is part of the Peano project. For conditions of distribution and
2
// use, please see the copyright notice at www.peano-framework.org
3
#pragma once
4
5
6
#include <string>
7
#include "config.h"
8
9
10
namespace
peano4
{
11
namespace
stacks {
12
enum class
IOMode
{
13
None
,
14
MPISend
,
15
MPIReceive
16
};
17
18
#if !defined(Parallel)
22
typedef
int
MPI_Comm;
23
#endif
24
}
25
}
26
27
28
std::string
toString
(
peano4::stacks::IOMode
mode );
29
30
peano4::stacks::IOMode
IOMode
Definition
stacks.h:12
peano4::stacks::IOMode::None
@ None
peano4::stacks::IOMode::MPISend
@ MPISend
peano4::stacks::IOMode::MPIReceive
@ MPIReceive
peano4
Definition
CellMarker.h:14
toString
std::string toString(peano4::stacks::IOMode mode)
src
peano4
stacks
stacks.h
Generated on Sat Jan 10 2026 06:34:00 for Peano by
1.10.0