WRApplication
External kratos "application" for multiscale time integration.
|
An adaptor class for pipelines consisting of a single segment. More...
Public Member Functions | |
SingleSegmentPipeline ()=default | |
SingleSegmentPipeline (SingleSegmentPipeline &&rOther) noexcept=default | |
SingleSegmentPipeline (const SingleSegmentPipeline &rOther)=default | |
SingleSegmentPipeline (const Parameters &rParameters) | |
TPipe::OutputType | operator() (typename TPipe::InputType input) const |
Static Public Member Functions | |
static Parameters | GetDefaultParameters () |
Additional Inherited Members | |
Public Types inherited from Traits< TPipe::InputType, TPipe::OutputType > | |
using | InputType = TPipe::InputType |
cv-qualified argument type of operator() More... | |
using | OutputType = TPipe::OutputType |
qualified return type of operator() More... | |
An adaptor class for pipelines consisting of a single segment.
|
default |
|
defaultnoexcept |
|
default |
SingleSegmentPipeline | ( | const Parameters & | rParameters | ) |
|
static |
TPipe::OutputType operator() | ( | typename TPipe::InputType | input | ) | const |