v0.14.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KinkFunction Struct Reference

Public Member Functions

double operator() (const double x) const
 

Detailed Description

Definition at line 160 of file mixed_reac_diff.cpp.

Member Function Documentation

◆ operator()()

double KinkFunction::operator() ( const double  x) const
inline

Definition at line 161 of file mixed_reac_diff.cpp.

161 {
162 return 1 - abs(x);
163 }

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