RockyML  0.0.1
A High-Performance Scientific Computing Framework
rocky::zagros::dena::pso::memory Class Reference

utilities for manipulating pso memory More...

#include <dena.h>

Static Public Member Functions

static flow create (std::string mem_id, std::string main_id)
 creating a node for pso memory allocation More...
 
static std::string particles_vel (std::string base)
 id of particles velocity More...
 
static std::string particles_mem (std::string base)
 id of particles memory More...
 
static std::string groups_mem (std::string base)
 id of groups memory More...
 
static std::string node_mem (std::string base)
 id of node memory More...
 
static std::string cluster_mem (std::string base)
 id of cluster memory More...
 

Detailed Description

utilities for manipulating pso memory

Member Function Documentation

◆ cluster_mem()

static std::string rocky::zagros::dena::pso::memory::cluster_mem ( std::string  base)
inlinestatic

id of cluster memory

Parameters
basememory id
Returns
* std::string

◆ create()

static flow rocky::zagros::dena::pso::memory::create ( std::string  mem_id,
std::string  main_id 
)
inlinestatic

creating a node for pso memory allocation

Parameters
mem_ida unique name for refering to memory
main_idpso target solution container
Returns
* flow

◆ groups_mem()

static std::string rocky::zagros::dena::pso::memory::groups_mem ( std::string  base)
inlinestatic

id of groups memory

Parameters
basememory id
Returns
* std::string

◆ node_mem()

static std::string rocky::zagros::dena::pso::memory::node_mem ( std::string  base)
inlinestatic

id of node memory

Parameters
basememory id
Returns
* std::string

◆ particles_mem()

static std::string rocky::zagros::dena::pso::memory::particles_mem ( std::string  base)
inlinestatic

id of particles memory

Parameters
basememory id
Returns
* std::string

◆ particles_vel()

static std::string rocky::zagros::dena::pso::memory::particles_vel ( std::string  base)
inlinestatic

id of particles velocity

Parameters
basememory id
Returns
* std::string

The documentation for this class was generated from the following file: