SlowDown Algorithmic Regularization (SDAR)
Algorithmic Regularization with slowdown method for integrating few-body motions
COMM Namespace Reference

Classes

class  Binary
 Binary parameter class. More...
 
class  BinaryTree
 Binary tree cell. More...
 
struct  IOParams
 
class  IOParamsContainer
 IO Params container. More...
 
class  List
 list class to store and manage a group of member More...
 
class  Matrix3
 
class  ParticleGroup
 Particle group class to store and manage a group of particle. More...
 
class  Vector3
 

Enumerations

enum  ListMode { ListMode::copy, ListMode::local, ListMode::link, ListMode::none }
 list mode identification More...
 

Functions

template<class Type >
std::ostream & operator<< (std::ostream &os, const IOParams< Type > &par)
 

Variables

const Float PI = 4.0*atan(1.0)
 

Enumeration Type Documentation

◆ ListMode

enum COMM::ListMode
strong

list mode identification

copy: copy data and link original address (data_, adr_ allocated);
local: allocate data_ memory locally, no allocation of adr_ (no original address);
link: no allocation, link data from outside;
none: initial case.

Enumerator
copy 
local 
link 
none 

Function Documentation

◆ operator<<()

template<class Type >
std::ostream& COMM::operator<< ( std::ostream &  os,
const IOParams< Type > &  par 
)

Variable Documentation

◆ PI

const Float COMM::PI = 4.0*atan(1.0)