WRApplication
External kratos "application" for multiscale time integration.
|
Metaclass containing type information every pipe must inherit from. More...
Public Types | |
using | InputType = TInput |
cv-qualified argument type of operator() More... | |
using | OutputType = TOutput |
qualified return type of operator() More... | |
Metaclass containing type information every pipe must inherit from.
TInput | cv-qualified argument type of the pipe's operator(). |
TOutput | qualified output type of the pipe's operator(). |
using InputType = TInput |
cv-qualified argument type of operator()
using OutputType = TOutput |
qualified return type of operator()