WRApplication
External kratos "application" for multiscale time integration.
Add< TValue > Class Template Reference

Add a constant value to the input. More...

Inheritance diagram for Add< TValue >:
Collaboration diagram for Add< TValue >:

Public Member Functions

 Add () noexcept
 
 Add (TValue rhs) noexcept
 
 Add (const Parameters &rParameters)
 
TValue operator() (TValue input) const noexcept
 

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...
 

Detailed Description

template<class TValue>
class Kratos::Pipes::Add< TValue >

Add a constant value to the input.

Note
Constructible from Parameters with a "value" entry.

Constructor & Destructor Documentation

◆ Add() [1/3]

Add ( )
noexcept

◆ Add() [2/3]

Add ( TValue  rhs)
noexcept

◆ Add() [3/3]

Add ( const Parameters &  rParameters)

Member Function Documentation

◆ GetDefaultParameters()

static Parameters GetDefaultParameters ( )
static

◆ operator()()

TValue operator() ( TValue  input) const
inlinenoexcept

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