WRApplication
External kratos "application" for multiscale time integration.
|
Compute the mod of the input. More...
Public Member Functions | |
Modulo () noexcept | |
Modulo (TValue modulo) noexcept | |
Modulo (const Parameters &rParameters) | |
Modulo (Modulo &&rOther) noexcept=default | |
Modulo (const Modulo &rOther)=default | |
TValue | operator() (TValue Value) const |
Static Public Member Functions | |
static Parameters | GetDefaultParameters () |
Additional Inherited Members | |
Public Types inherited from Traits< TValue, TValue > | |
using | InputType = TValue |
cv-qualified argument type of operator() More... | |
using | OutputType = TValue |
qualified return type of operator() More... | |
Compute the mod of the input.
|
noexcept |
|
noexcept |
Modulo | ( | const Parameters & | rParameters | ) |
|
static |
|
inline |