WRApplication
External kratos "application" for multiscale time integration.
Kratos Namespace Reference

Namespaces

 Pipes
 Unix-inspired pipes in C++.
 
 Python
 
 Testing
 
 WRApp
 

Classes

class  FileContentIterator
 Iterator interface around a file pointer. More...
 
class  FileStringIterator
 A read-only iterator over the items of a delimited file. More...
 
class  JournalBase
 A class for keeping administrational text data throughout an analysis. More...
 
class  Journal
 A class for keeping administrational text data throughout an analysis. More...
 
class  RegexUtility
 Static-only utility class for common regexes. More...
 
class  PlaceholderPattern
 A class for interfacing placeholders and regular expressions. More...
 
class  ModelPartPattern
 A class for working with formatted strings related to ModelParts. More...
 
class  CheckpointPattern
 A class for working with formatted strings related to Checkpoint. More...
 

Typedefs

template<class T >
using Ref = T &
 
template<class T >
using Ptr = T *
 

Detailed Description

Author
Máté Kelemen

Typedef Documentation

◆ Ptr

using Ptr = T*

◆ Ref

using Ref = T&