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
domainDecompTest.hh
Go to the documentation of this file.
1
7
#ifndef domainDecompSpcTest_hh
8
#define domainDecompSpcTest_hh
9
10
#include "
basics/testcase.hh
"
11
12
namespace
test
{
13
19
class
DomainDecompTest
:
public
TestCase
{
20
public
:
21
DomainDecompTest
(uint p) :
p_
(p) {}
22
virtual
~DomainDecompTest
() {}
23
virtual
void
run
();
24
26
27
void
ringTest
();
29
private
:
30
uint
p_
;
31
};
32
33
}
// namespace test
34
35
#endif // domainDecompSpcTest_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::DomainDecompTest::p_
uint p_
Definition:
domainDecompTest.hh:30
test::DomainDecompTest::DomainDecompTest
DomainDecompTest(uint p)
Definition:
domainDecompTest.hh:21
test::DomainDecompTest::~DomainDecompTest
virtual ~DomainDecompTest()
Definition:
domainDecompTest.hh:22
testcase.hh
test
Unit tests.
Definition:
testcase.hh:66
test::DomainDecompTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::DomainDecompTest::ringTest
void ringTest()
test::DomainDecompTest
Test the space DomainDecomp.
Definition:
domainDecompTest.hh:19
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich