![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Include dependency graph for propagation.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | is_valid_propagation_combination (int propagation) |
| Check allowlist of valid propagation modes combinations. | |
| std::unordered_map< std::string, int > | propagation_flags_map () |
| Convert PropagationMode::PropagationMode to name/value pairs. | |
| std::string | propagation_bitmask_to_string (int propagation) |
| Convert a propagation modes bitmask to a string. | |
Check allowlist of valid propagation modes combinations.
Check allowlist of valid propagation modes combinations.
Definition at line 37 of file propagation.cpp.
References force_code_coverage(), NONE, and stream.
Referenced by ScriptInterface::Particles::ParticleHandle::ParticleHandle().
| std::string propagation_bitmask_to_string | ( | int | propagation | ) |
Convert a propagation modes bitmask to a string.
Definition at line 133 of file propagation.cpp.
References propagation_flags_map(), and stream.
Referenced by ScriptInterface::Particles::ParticleHandle::ParticleHandle().
| std::unordered_map< std::string, int > propagation_flags_map | ( | ) |
Convert PropagationMode::PropagationMode to name/value pairs.
Definition at line 110 of file propagation.cpp.
Referenced by ScriptInterface::System::System::do_call_method(), and propagation_bitmask_to_string().