fpmas
1.5
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
23
#define FPMAS_VERSION "1.5"
27
#define FPMAS_VERSION_MAJOR 1
31
#define FPMAS_VERSION_MINOR 5
32
36
#define FPMAS_VERSION_PATCH
37
38
namespace
fpmas
{
39
49
void
init
(
int
argc,
char
** argv);
50
82
void
finalize
();
83
121
void
seed
(
unsigned
long
seed
);
122
}
123
327
#endif
cast.h
cell_load_balancing.h
csv_output.h
formatted_output.h
graph_builder.h
grid_agent_mapping.h
grid_load_balancing.h
hard_sync_mode.h
breakpoint.h
json_output.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