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

Public Member Functions

double operator() (const double x) const
 

Detailed Description

Definition at line 166 of file mixed_reac_diff.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 167 of file mixed_reac_diff.cpp.

167 {
168 if(x > 0)
169 {return -1;}
170 else
171 {return 1;}
172}

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