WRApplication
External kratos "application" for multiscale time integration.
|
Go to the source code of this file.
Namespaces | |
Kratos | |
Kratos::WRApp | |
Functions | |
template<class TIterator , class IsConstRange = void> | |
class Range | KRATOS_DEFINE_RANGE (TIterator,) |
Class representing a view into a subrange of a container. More... | |
template<class TIterator > | |
class Range< TIterator, typename std::enable_if< Detail::IsConstIterator< TIterator >::value >::type > | KRATOS_DEFINE_RANGE (TIterator, const) |
Class representing a view into a subrange of an immutable container. More... | |