ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
A vector field that is constant in space. More...
#include <Constant.hpp>
Public Types | |
using | value_type = typename Utils::decay_to_scalar< Utils::Vector< T, codim > >::type |
using | jacobian_type = detail::jacobian_type< T, codim > |
Public Member Functions | |
Constant (const value_type &value) | |
value_type & | value () |
value_type | operator() (const Utils::Vector3d &, double={}) const |
bool | fits_in_box (const Utils::Vector3d &) const |
Static Public Member Functions | |
static constexpr jacobian_type | jacobian (const Utils::Vector3d &) |
A vector field that is constant in space.
Definition at line 32 of file Constant.hpp.
using FieldCoupling::Fields::Constant< T, codim >::jacobian_type = detail::jacobian_type<T, codim> |
Definition at line 36 of file Constant.hpp.
using FieldCoupling::Fields::Constant< T, codim >::value_type = typename Utils::decay_to_scalar<Utils::Vector<T, codim> >::type |
Definition at line 34 of file Constant.hpp.
|
inline |
Definition at line 42 of file Constant.hpp.
|
inline |
Definition at line 53 of file Constant.hpp.
|
inlinestaticconstexpr |
Definition at line 49 of file Constant.hpp.
|
inline |
Definition at line 46 of file Constant.hpp.
|
inline |
Definition at line 44 of file Constant.hpp.