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< Interactions::BondedInteractionsbonded_interactions
 
std::shared_ptr< CollisionDetection::CollisionDetectioncollision_detection
 
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< Accumulators::AutoUpdateAccumulatorsauto_update_accumulators
 
std::shared_ptr< Constraints::Constraintsconstraints
 
std::shared_ptr< Interactions::NonBondedInteractionsnon_bonded_inter
 
std::shared_ptr< Coulomb::Containerelectrostatics
 
std::shared_ptr< Dipoles::Containermagnetostatics
 
std::shared_ptr< Particles::ParticleListpart
 

Detailed Description

Container for leaves of the system class.

Definition at line 102 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 111 of file script_interface/system/System.cpp.

◆ auto_update_accumulators

std::shared_ptr<Accumulators::AutoUpdateAccumulators> ScriptInterface::System::System::Leaves::auto_update_accumulators

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

◆ bond_breakage

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

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

◆ bonded_interactions

std::shared_ptr<Interactions::BondedInteractions> ScriptInterface::System::System::Leaves::bonded_interactions

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

◆ cell_system

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

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

◆ collision_detection

std::shared_ptr<CollisionDetection::CollisionDetection> ScriptInterface::System::System::Leaves::collision_detection

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

◆ comfixed

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

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

◆ constraints

std::shared_ptr<Constraints::Constraints> ScriptInterface::System::System::Leaves::constraints

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

◆ electrostatics

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

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

◆ galilei

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

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

◆ integrator

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

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

◆ lees_edwards

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

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

◆ magnetostatics

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

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

◆ non_bonded_inter

std::shared_ptr<Interactions::NonBondedInteractions> ScriptInterface::System::System::Leaves::non_bonded_inter

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

◆ part

std::shared_ptr<Particles::ParticleList> ScriptInterface::System::System::Leaves::part

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

◆ thermostat

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

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


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