![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <bond_energy_kokkos.hpp>
Collaboration diagram for BondsEnergyKernelData:Public Attributes | |
| BondedInteractionsMap const & | bonded_ias |
| BoxGeometry const & | box_geo |
| Kokkos::View< double **, Kokkos::LayoutRight > | local_energy |
| EnergyBinLayout | layout |
| CellStructure::AoSoA_pack const & | aosoa |
Definition at line 40 of file bond_energy_kokkos.hpp.
| CellStructure::AoSoA_pack const& BondsEnergyKernelData::aosoa |
Definition at line 45 of file bond_energy_kokkos.hpp.
Referenced by PairBondsEnergyKernel::operator()(), AngleBondsEnergyKernel::operator()(), and DihedralBondsEnergyKernel::operator()().
| BondedInteractionsMap const& BondsEnergyKernelData::bonded_ias |
Definition at line 41 of file bond_energy_kokkos.hpp.
Referenced by PairBondsEnergyKernel::operator()(), AngleBondsEnergyKernel::operator()(), and DihedralBondsEnergyKernel::operator()().
| BoxGeometry const& BondsEnergyKernelData::box_geo |
Definition at line 42 of file bond_energy_kokkos.hpp.
Referenced by PairBondsEnergyKernel::operator()(), AngleBondsEnergyKernel::operator()(), and DihedralBondsEnergyKernel::operator()().
| EnergyBinLayout BondsEnergyKernelData::layout |
Definition at line 44 of file bond_energy_kokkos.hpp.
Referenced by PairBondsEnergyKernel::operator()(), AngleBondsEnergyKernel::operator()(), and DihedralBondsEnergyKernel::operator()().
| Kokkos::View<double **, Kokkos::LayoutRight> BondsEnergyKernelData::local_energy |
Definition at line 43 of file bond_energy_kokkos.hpp.
Referenced by PairBondsEnergyKernel::operator()(), AngleBondsEnergyKernel::operator()(), and DihedralBondsEnergyKernel::operator()().