|
WRApplication
External kratos "application" for multiscale time integration.
|
Go to the source code of this file.
Classes | |
| class | IntervalUtility< TValue > |
| Utility class for membership tests on a 1D interval. More... | |
Namespaces | |
| namespace | Kratos |
| namespace | Kratos::WRApp |
| namespace | Kratos::WRApp::Impl |
Typedefs | |
| using | IntervalUtility = Impl::IntervalUtility< double > |
| A class providing membership tests on 1D rational intervals (eg.: time intervals). | |
| using | DiscreteIntervalUtility = Impl::IntervalUtility< int > |
| A class providing membership tests on 1D integer intervals (eg.: step intervals). | |
Functions | |
| template<class TValue > | |
| std::ostream & | operator<< (std::ostream &rOStream, const IntervalUtility< TValue > &rThis) |
| output stream function | |