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

Container for leaves of the system class. More...

+ Collaboration diagram for ScriptInterface::System::System::Leaves:

Public Member Functions

 Leaves ()=default
 

Public Attributes

std::shared_ptr< CellSystem::CellSystemcell_system
 
std::shared_ptr< Integrators::IntegratorHandleintegrator
 
std::shared_ptr< Thermostat::Thermostatthermostat
 
std::shared_ptr< Analysis::Analysisanalysis
 
std::shared_ptr< Galilei::ComFixedcomfixed
 
std::shared_ptr< Galilei::Galileigalilei
 
std::shared_ptr< BondBreakage::BreakageSpecsbond_breakage
 
std::shared_ptr< LeesEdwards::LeesEdwardslees_edwards
 
std::shared_ptr< Coulomb::Containerelectrostatics
 
std::shared_ptr< Dipoles::Containermagnetostatics
 

Detailed Description

Container for leaves of the system class.

Definition at line 72 of file script_interface/system/System.cpp.

Constructor & Destructor Documentation

◆ Leaves()

ScriptInterface::System::System::Leaves::Leaves ( )
default

Member Data Documentation

◆ analysis

std::shared_ptr<Analysis::Analysis> ScriptInterface::System::System::Leaves::analysis

Definition at line 77 of file script_interface/system/System.cpp.

◆ bond_breakage

std::shared_ptr<BondBreakage::BreakageSpecs> ScriptInterface::System::System::Leaves::bond_breakage

Definition at line 80 of file script_interface/system/System.cpp.

◆ cell_system

std::shared_ptr<CellSystem::CellSystem> ScriptInterface::System::System::Leaves::cell_system

Definition at line 74 of file script_interface/system/System.cpp.

◆ comfixed

std::shared_ptr<Galilei::ComFixed> ScriptInterface::System::System::Leaves::comfixed

Definition at line 78 of file script_interface/system/System.cpp.

◆ electrostatics

std::shared_ptr<Coulomb::Container> ScriptInterface::System::System::Leaves::electrostatics

Definition at line 83 of file script_interface/system/System.cpp.

◆ galilei

std::shared_ptr<Galilei::Galilei> ScriptInterface::System::System::Leaves::galilei

Definition at line 79 of file script_interface/system/System.cpp.

◆ integrator

std::shared_ptr<Integrators::IntegratorHandle> ScriptInterface::System::System::Leaves::integrator

Definition at line 75 of file script_interface/system/System.cpp.

◆ lees_edwards

std::shared_ptr<LeesEdwards::LeesEdwards> ScriptInterface::System::System::Leaves::lees_edwards

Definition at line 81 of file script_interface/system/System.cpp.

◆ magnetostatics

std::shared_ptr<Dipoles::Container> ScriptInterface::System::System::Leaves::magnetostatics

Definition at line 86 of file script_interface/system/System.cpp.

◆ thermostat

std::shared_ptr<Thermostat::Thermostat> ScriptInterface::System::System::Leaves::thermostat

Definition at line 76 of file script_interface/system/System.cpp.


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