![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <config/config.hpp>#include "PropagationMode.hpp"#include "aosoa_pack.hpp"#include "nonbonded_interactions/nonbonded_interaction_data.hpp"#include <Kokkos_Core.hpp>
Include dependency graph for short_range_cabana_helpers.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool dpd_active | ( | IA_parameters const & | ia_params, |
| int | thermo_switch | ||
| ) |
Definition at line 48 of file short_range_cabana_helpers.hpp.
References DPD, pair_potential_bit(), stream, and THERMO_DPD.
Referenced by ForcesKernel::operator()(), and PressureKernel::operator()().
| ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool gay_berne_active | ( | double | dist, |
| IA_parameters const & | ia_params | ||
| ) |
Definition at line 40 of file short_range_cabana_helpers.hpp.
References gay_berne_configured(), and stream.
Referenced by EnergyKernel::operator()(), ForcesKernel::operator()(), and PressureKernel::operator()().
| ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool gay_berne_configured | ( | IA_parameters const & | ia_params | ) |
Definition at line 35 of file short_range_cabana_helpers.hpp.
References GayBerne, pair_potential_bit(), and stream.
Referenced by gay_berne_active().
| KOKKOS_INLINE_FUNCTION bool thole_active | ( | IA_parameters const & | ia_params, |
| bool | has_coulomb_kernel | ||
| ) |
Definition at line 56 of file short_range_cabana_helpers.hpp.
References stream.
Referenced by EnergyKernel::operator()(), ForcesKernel::operator()(), and PressureKernel::operator()().