Swarm-NG  1.1
swarm.h File Reference

Defines the public interface for Swarm-NG library. More...

#include "common.hpp"
#include "types/ensemble.hpp"
#include "ensemble_alloc.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

 swarm
 Swarm-NG library.
 

Constant Groups

 swarm
 Swarm-NG library.
 

Functions

void swarm::init (const config &cfg)
 Initialize the swarm library. More...
 

Detailed Description

Defines the public interface for Swarm-NG 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.