WRApplication
External kratos "application" for multiscale time integration.
|
Base class for functors that take a Model and return a bool. More...
Public Member Functions | |
KRATOS_CLASS_POINTER_DEFINITION (ModelPredicate) | |
virtual | ~ModelPredicate () |
virtual bool | operator() (const Model &rModel) const =0 |
Base class for functors that take a Model and return a bool.
|
inlinevirtual |
KRATOS_CLASS_POINTER_DEFINITION | ( | ModelPredicate | ) |
|
pure virtual |
Implemented in ModelPredicatePipe< TPipe >.