ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#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 |
Definition at line 88 of file coulomb_inline.hpp.
Definition at line 90 of file coulomb_inline.hpp.
using Coulomb::ShortRangePressureKernel::result_type = std::optional<kernel_type> |
Definition at line 91 of file coulomb_inline.hpp.
|
inline |
Definition at line 106 of file coulomb_inline.hpp.
|
inline |
Definition at line 96 of file coulomb_inline.hpp.
References Utils::tensor_product().