WRApplication
External kratos "application" for multiscale time integration.
TestingUtilities.hpp
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #ifdef KRATOS_BUILD_TESTING
6 
14 // --- WRApplication Includes ---
15 #include "wrapp/io/inc/Journal.hpp"
16 
17 
18 namespace Kratos::Testing {
19 
20 
25 
26 
27 struct 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