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) |
static void | rescale_particles (CellStructure &cell_structure, int dir, double scale) |
Rescale all particle positions in direction dir by a factor scale . | |
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 |
Rescale all particle positions in direction dir
by a factor scale
.
cell_structure | cell structure |
dir | direction to scale (0/1/2 = x/y/z, 3 = x+y+z isotropically) |
scale | factor by which to rescale (>1: stretch, <1: contract) |
Definition at line 369 of file script_interface/system/System.cpp.
References CellStructure::local_particles(), and rescale_particles().
Referenced by ScriptInterface::System::System::do_call_method(), and rescale_particles().
|
static |
Definition at line 324 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 90 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 84 of file script_interface/system/System.cpp.
References ScriptInterface::ObjectHandle::call_method().
Referenced by ScriptInterface::System::System::set_internal_state().
Definition at line 81 of file script_interface/system/System.cpp.
Referenced by ScriptInterface::System::System::do_call_method(), and ScriptInterface::System::System::do_construct().