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

#include <coulomb_inline.hpp>

Public Types

using kernel_type = Solver::ShortRangePressureKernel
 
using result_type = std::optional< kernel_type >
 

Public Member Functions

template<typename T , std::enable_if_t< traits::has_pressure< T >::value > * = nullptr>
result_type operator() (std::shared_ptr< T > const &ptr) const
 
template<typename T , std::enable_if_t<!traits::has_pressure< T >::value > * = nullptr>
result_type operator() (std::shared_ptr< T > const &) const
 

Detailed Description

Definition at line 94 of file coulomb_inline.hpp.

Member Typedef Documentation

◆ kernel_type

◆ result_type

Definition at line 97 of file coulomb_inline.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename T , std::enable_if_t<!traits::has_pressure< T >::value > * = nullptr>
result_type Coulomb::ShortRangePressureKernel::operator() ( std::shared_ptr< T > const &  ) const
inline

Definition at line 112 of file coulomb_inline.hpp.

◆ operator()() [2/2]

template<typename T , std::enable_if_t< traits::has_pressure< T >::value > * = nullptr>
result_type Coulomb::ShortRangePressureKernel::operator() ( std::shared_ptr< T > const &  ptr) const
inline

Definition at line 102 of file coulomb_inline.hpp.

References Utils::tensor_product().


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