ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
energy_cabana.hpp File Reference
#include <config/config.hpp>
#include "aosoa_pack.hpp"
#include "energy_inline.hpp"
#include "short_range_cabana_helpers.hpp"
#include <utils/Vector.hpp>
#include <Cabana_Core.hpp>
#include <omp.h>
#include <cstddef>
#include <memory>
#include <optional>
#include <variant>
#include <vector>
+ Include dependency graph for energy_cabana.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EnergyBinLayout
 
struct  EnergyKernel
 

Functions

static void reduce_cabana_energy (Kokkos::View< double **, Kokkos::LayoutRight > const &local_energy, EnergyBinLayout const &layout, Observable_stat &obs, BondedInteractionsMap const &bonded_ias, int n_types)
 

Function Documentation

◆ reduce_cabana_energy()