![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
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 |
| 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().
|
static |
Definition at line 391 of file script_interface/system/System.cpp.
References comm_cart, Cells::DATA_PART_POSITION, Cells::DATA_PART_PROPERTIES, ScriptInterface::get_value(), CellStructure::local_particles(), local_rotate_particle(), Cells::RESORT_GLOBAL, rotate_system(), CellStructure::set_resort_particles(), CellStructure::update_ghosts_and_resort_particle(), and Utils::vec_rotate().
Referenced by ScriptInterface::System::System::do_call_method(), and rotate_system().
|
static |
Definition at line 95 of file script_interface/system/System.cpp.
References ScriptInterface::ObjectHandle::call_method(), and ScriptInterface::get_value().
Referenced by ScriptInterface::System::System::set_internal_state().
|
static |
Definition at line 89 of file script_interface/system/System.cpp.
References ScriptInterface::ObjectHandle::call_method().
Referenced by ScriptInterface::System::System::set_internal_state().
Definition at line 86 of file script_interface/system/System.cpp.
Referenced by ScriptInterface::System::System::do_call_method(), and ScriptInterface::System::System::do_construct().