WRApplication
External kratos "application" for multiscale time integration.
IntervalUtility.hpp File Reference
Include dependency graph for IntervalUtility.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IntervalUtility< TValue >
 Utility class for membership tests on a 1D interval. More...
 

Namespaces

 Kratos
 
 Kratos::WRApp
 
 Kratos::WRApp::Impl
 

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