ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ScriptInterface::System Namespace Reference

Classes

class  CudaInitHandle
 
class  Leaf
 Script interface wrapper for a component of the system class. More...
 
class  System
 Script interface wrapper for the system class. More...
 

Functions

void initialize (Utils::Factory< ObjectHandle > *om)
 
static void set_exclusions (Particles::ParticleHandle &p, Variant const &exclusions)
 
static void set_bonds (Particles::ParticleHandle &p, Variant const &bonds)
 
static void rotate_system (CellStructure &cell_structure, double phi, double theta, double alpha)
 

Variables

static bool system_created = false
 

Function Documentation

◆ initialize()

void ScriptInterface::System::initialize ( Utils::Factory< ObjectHandle > *  om)

Definition at line 28 of file system/initialize.cpp.

References ScriptInterface::get_value().

Referenced by ScriptInterface::initialize().

◆ rotate_system()

◆ set_bonds()

◆ set_exclusions()

static void ScriptInterface::System::set_exclusions ( Particles::ParticleHandle p,
Variant const exclusions 
)
static

Variable Documentation

◆ system_created

bool ScriptInterface::System::system_created = false
static