deadlock1.hh

Go to the documentation of this file.
1 
6 #ifndef deadlock1_hh
7 #define deadlock1_hh
8 
9 #include "basics/testcase.hh"
10 
11 namespace test {
12 
18  class DeadLock1 : public TestCase {
19  public:
20  virtual ~DeadLock1() {}
21  virtual void run();
22 
24 
25  void testSubdivs();
28  };
29 
30 } // namespace test
31 
32 #endif // deadlock1_hh
Base class for tests.
Definition: testcase.hh:92
void testSubdivs()
Tests subdivisions in neighbouring cells that do not match.
Unit tests.
Definition: testcase.hh:66
virtual ~DeadLock1()
Definition: deadlock1.hh:20
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Testing work around geometric deadlock problem.
Definition: deadlock1.hh:18
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich