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