Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
testcase.hh
test::DeadLock1::testSubdivs
void testSubdivs()
Tests subdivisions in neighbouring cells that do not match.
test
Unit tests.
Definition:
testcase.hh:66
test::DeadLock1::~DeadLock1
virtual ~DeadLock1()
Definition:
deadlock1.hh:20
test::DeadLock1::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::DeadLock1
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