WRApplication
External kratos "application" for multiscale time integration.
Loading...
Searching...
No Matches
TestingUtilities.hpp
Go to the documentation of this file.
1
2
3#pragma once
4
5#ifdef KRATOS_BUILD_TESTING
6
14// --- WRApplication Includes ---
16
17
18namespace Kratos::Testing {
19
20
25
26
27struct KRATOS_API(WR_APPLICATION) TestingUtilities
28{
34 static void TestJournal(const Model& rModel, Journal& rJournal);
35};
36
37
40
41
42} // namespace Kratos::Testing
43
44
45#endif // KRATOS_BUILD_TESTING
Definition WRAppTestSuite.hpp:10