fpmas
1.6
src
fpmas.h
Go to the documentation of this file.
1
#ifndef FPMAS_H
2
#define FPMAS_H
3
4
#include "
fpmas/model/serializer.h
"
5
#include "
fpmas/synchro/ghost/global_ghost_mode.h
"
6
#include "
fpmas/synchro/hard/hard_sync_mode.h
"
7
#include "
fpmas/graph/graph_builder.h
"
8
#include "
fpmas/random/random.h
"
9
#include "
fpmas/model/spatial/moore.h
"
10
#include "
fpmas/model/spatial/grid_agent_mapping.h
"
11
#include "
fpmas/model/spatial/grid_load_balancing.h
"
12
#include "
fpmas/model/spatial/cell_load_balancing.h
"
13
#include "
fpmas/model/spatial/graph.h
"
14
#include "
fpmas/io/formatted_output.h
"
15
#include "
fpmas/io/csv_output.h
"
16
#include "
fpmas/io/json_output.h
"
17
#include "
fpmas/io/breakpoint.h
"
18
#include "
fpmas/utils/cast.h
"
19
#include "
fpmas/graph/analysis.h
"
20
#include "
fpmas/model/spatial/analysis.h
"
21
25
#define FPMAS_VERSION "1.6"
29
#define FPMAS_VERSION_MAJOR 1
33
#define FPMAS_VERSION_MINOR 6
34
38
#define FPMAS_VERSION_PATCH
39
40
namespace
fpmas
{
41
51
void
init
(
int
argc,
char
** argv);
52
84
void
finalize
();
85
124
void
seed
(
unsigned
long
seed
);
125
}
126
330
#endif
cast.h
cell_load_balancing.h
csv_output.h
formatted_output.h
global_ghost_mode.h
analysis.h
graph_builder.h
grid_agent_mapping.h
grid_load_balancing.h
hard_sync_mode.h
breakpoint.h
json_output.h
analysis.h
graph.h
moore.h
fpmas
Definition:
fpmas.cpp:3
fpmas::finalize
void finalize()
Definition:
fpmas.cpp:18
fpmas::seed
void seed(unsigned long seed)
Definition:
fpmas.cpp:23
fpmas::init
void init(int argc, char **argv)
Definition:
fpmas.cpp:6
random.h
serializer.h
Generated by
1.9.3