ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Container for leaves of the system class. More...
Public Member Functions | |
Leaves ()=default | |
Public Attributes | |
std::shared_ptr< CellSystem::CellSystem > | cell_system |
std::shared_ptr< Integrators::IntegratorHandle > | integrator |
std::shared_ptr< Interactions::BondedInteractions > | bonded_interactions |
std::shared_ptr< CollisionDetection::CollisionDetection > | collision_detection |
std::shared_ptr< Thermostat::Thermostat > | thermostat |
std::shared_ptr< Analysis::Analysis > | analysis |
std::shared_ptr< Galilei::ComFixed > | comfixed |
std::shared_ptr< Galilei::Galilei > | galilei |
std::shared_ptr< BondBreakage::BreakageSpecs > | bond_breakage |
std::shared_ptr< LeesEdwards::LeesEdwards > | lees_edwards |
std::shared_ptr< Accumulators::AutoUpdateAccumulators > | auto_update_accumulators |
std::shared_ptr< Constraints::Constraints > | constraints |
std::shared_ptr< Interactions::NonBondedInteractions > | non_bonded_inter |
std::shared_ptr< Coulomb::Container > | electrostatics |
std::shared_ptr< Dipoles::Container > | magnetostatics |
std::shared_ptr< Particles::ParticleList > | part |
Container for leaves of the system class.
Definition at line 102 of file script_interface/system/System.cpp.
|
default |
std::shared_ptr<Analysis::Analysis> ScriptInterface::System::System::Leaves::analysis |
Definition at line 111 of file script_interface/system/System.cpp.
std::shared_ptr<Accumulators::AutoUpdateAccumulators> ScriptInterface::System::System::Leaves::auto_update_accumulators |
Definition at line 117 of file script_interface/system/System.cpp.
std::shared_ptr<BondBreakage::BreakageSpecs> ScriptInterface::System::System::Leaves::bond_breakage |
Definition at line 114 of file script_interface/system/System.cpp.
std::shared_ptr<Interactions::BondedInteractions> ScriptInterface::System::System::Leaves::bonded_interactions |
Definition at line 106 of file script_interface/system/System.cpp.
std::shared_ptr<CellSystem::CellSystem> ScriptInterface::System::System::Leaves::cell_system |
Definition at line 104 of file script_interface/system/System.cpp.
std::shared_ptr<CollisionDetection::CollisionDetection> ScriptInterface::System::System::Leaves::collision_detection |
Definition at line 108 of file script_interface/system/System.cpp.
std::shared_ptr<Galilei::ComFixed> ScriptInterface::System::System::Leaves::comfixed |
Definition at line 112 of file script_interface/system/System.cpp.
std::shared_ptr<Constraints::Constraints> ScriptInterface::System::System::Leaves::constraints |
Definition at line 118 of file script_interface/system/System.cpp.
std::shared_ptr<Coulomb::Container> ScriptInterface::System::System::Leaves::electrostatics |
Definition at line 121 of file script_interface/system/System.cpp.
std::shared_ptr<Galilei::Galilei> ScriptInterface::System::System::Leaves::galilei |
Definition at line 113 of file script_interface/system/System.cpp.
std::shared_ptr<Integrators::IntegratorHandle> ScriptInterface::System::System::Leaves::integrator |
Definition at line 105 of file script_interface/system/System.cpp.
std::shared_ptr<LeesEdwards::LeesEdwards> ScriptInterface::System::System::Leaves::lees_edwards |
Definition at line 115 of file script_interface/system/System.cpp.
std::shared_ptr<Dipoles::Container> ScriptInterface::System::System::Leaves::magnetostatics |
Definition at line 124 of file script_interface/system/System.cpp.
std::shared_ptr<Interactions::NonBondedInteractions> ScriptInterface::System::System::Leaves::non_bonded_inter |
Definition at line 119 of file script_interface/system/System.cpp.
std::shared_ptr<Particles::ParticleList> ScriptInterface::System::System::Leaves::part |
Definition at line 126 of file script_interface/system/System.cpp.
std::shared_ptr<Thermostat::Thermostat> ScriptInterface::System::System::Leaves::thermostat |
Definition at line 110 of file script_interface/system/System.cpp.