WRApplication
External kratos "application" for multiscale time integration.
basic_pipes.hpp File Reference
Include dependency graph for basic_pipes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModelPartFromModel
 Get a ModelPart from a Model by name. More...
 
struct  ProcessInfoFromModelPart
 Get the ProcessInfo of a ModelPart. More...
 
class  VariableFromProcessInfo< TVariable >
 Get a variable from ProcessInfo. More...
 
struct  TimeFromProcessInfo
 Get TIME from a ProcessInfo. More...
 
struct  StepFromProcessInfo
 Get STEP from a ProcessInfo. More...
 
class  Comparison< TValue, TOperator >
 Perform a comparison operation on the input as the left hand side. More...
 
class  IntervalPredicate< TValue >
 Pipe wrapper for Detail::IntervalUtility. More...
 
class  Modulo< TValue >
 Compute the mod of the input. More...
 
class  Add< TValue >
 Add a constant value to the input. More...
 
class  ConstPredicate< TInput >
 Return a bool regardless of the input. More...
 

Namespaces

 Kratos
 
 Kratos::Pipes
 Unix-inspired pipes in C++.