WRApplication
External kratos "application" for multiscale time integration.
Collaboration diagram for Numeric:

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...
 

Detailed Description

Typedef Documentation

◆ DiscreteIntervalUtility

A class providing membership tests on 1D integer intervals (eg.: step intervals).

◆ IntervalUtility

A class providing membership tests on 1D rational intervals (eg.: time intervals).

Function Documentation

◆ operator<<()

std::ostream& Kratos::WRApp::Impl::operator<< ( std::ostream &  rOStream,
const IntervalUtility< TValue > &  rThis 
)

output stream function