![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Scaled.hpp>
Public Member Functions | |
| template<typename ScalesRef > | |
| Scaled (ScalesRef &&scales, double default_val) | |
| double & | default_scale () |
| double const & | default_scale () const |
| std::unordered_map< int, double > & | particle_scales () |
| std::unordered_map< int, double > const & | particle_scales () const |
| template<typename T , typename Particle > | |
| T | operator() (const Particle &p, const T &x) const |
Static Public Attributes | |
| static constexpr bool | is_linear = true |
Definition at line 26 of file Scaled.hpp.
Definition at line 34 of file Scaled.hpp.
|
inline |
Definition at line 37 of file Scaled.hpp.
Definition at line 38 of file Scaled.hpp.
Definition at line 55 of file Scaled.hpp.
Definition at line 39 of file Scaled.hpp.
|
inline |
Definition at line 40 of file Scaled.hpp.
Definition at line 31 of file Scaled.hpp.