#include "common.hpp"
#include "types/ensemble.hpp"
#include "types/config.hpp"
#include "log/logmanager.hpp"
#include "integrator.hpp"
#include "plugin.hpp"
#include "utils.hpp"
#include "gpu/device_settings.hpp"
#include "snapshot.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | swarm |
| Swarm-NG library. | |
Functions | |
| void | swarm::init (const config &cfg) |
| Initialize the swarm library. | |
User application intending to use swarm library should include this header file. This file has most of essential headers needed to use the swarmng library.
Definition in file swarm.h.