ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
PairBondsKernel Struct Reference

#include <bond_forces_kokkos.hpp>

+ Collaboration diagram for PairBondsKernel:

Public Member Functions

 PairBondsKernel (BondsKernelData data_, LocalBondState::PairBondlistType bond_list_, LocalBondState::PairBondIDType bond_ids_, Coulomb::ShortRangeForceKernel::kernel_type const *coulomb_kernel_)
 
ESPRESSO_ATTR_ALWAYS_INLINE KOKKOS_INLINE_FUNCTION void operator() (std::size_t idx) const
 

Public Attributes

BondsKernelData data
 
LocalBondState::PairBondlistType bond_list
 
LocalBondState::PairBondIDType bond_ids
 
Coulomb::ShortRangeForceKernel::kernel_type const *const coulomb_kernel
 

Detailed Description

Definition at line 50 of file bond_forces_kokkos.hpp.

Constructor & Destructor Documentation

◆ PairBondsKernel()

PairBondsKernel::PairBondsKernel ( BondsKernelData  data_,
LocalBondState::PairBondlistType  bond_list_,
LocalBondState::PairBondIDType  bond_ids_,
Coulomb::ShortRangeForceKernel::kernel_type const *  coulomb_kernel_ 
)
inline

Definition at line 56 of file bond_forces_kokkos.hpp.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ bond_ids

LocalBondState::PairBondIDType PairBondsKernel::bond_ids

Definition at line 53 of file bond_forces_kokkos.hpp.

Referenced by operator()().

◆ bond_list

LocalBondState::PairBondlistType PairBondsKernel::bond_list

Definition at line 52 of file bond_forces_kokkos.hpp.

Referenced by operator()().

◆ coulomb_kernel

Coulomb::ShortRangeForceKernel::kernel_type const* const PairBondsKernel::coulomb_kernel

Definition at line 54 of file bond_forces_kokkos.hpp.

◆ data

BondsKernelData PairBondsKernel::data

Definition at line 51 of file bond_forces_kokkos.hpp.

Referenced by operator()().


The documentation for this struct was generated from the following file: