ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
short_range_cabana_helpers.hpp File Reference
#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.

Functions

ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool gay_berne_configured (IA_parameters const &ia_params)
 
ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool gay_berne_active (double dist, IA_parameters const &ia_params)
 
ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool dpd_active (IA_parameters const &ia_params, int thermo_switch)
 
KOKKOS_INLINE_FUNCTION bool thole_active (IA_parameters const &ia_params, bool has_coulomb_kernel)
 

Function Documentation

◆ dpd_active()

ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool dpd_active ( IA_parameters const &  ia_params,
int  thermo_switch 
)

◆ gay_berne_active()

ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool gay_berne_active ( double  dist,
IA_parameters const &  ia_params 
)

◆ gay_berne_configured()

ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION bool gay_berne_configured ( IA_parameters const &  ia_params)

◆ thole_active()

KOKKOS_INLINE_FUNCTION bool thole_active ( IA_parameters const &  ia_params,
bool  has_coulomb_kernel 
)