|
WRApplication
External kratos "application" for multiscale time integration.
|
Classes | |
| class | IntervalUtility< TValue > |
| Utility class for membership tests on a 1D interval. More... | |
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 | |
| using DiscreteIntervalUtility = Impl::IntervalUtility<int> |
A class providing membership tests on 1D integer intervals (eg.: step intervals).
| using IntervalUtility = Impl::IntervalUtility<double> |
A class providing membership tests on 1D rational intervals (eg.: time intervals).
| std::ostream & operator<< | ( | std::ostream & | rOStream, |
| const IntervalUtility< TValue > & | rThis | ||
| ) |
output stream function