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
testDualSpace.hh
Go to the documentation of this file.
1
8
#ifndef testDualSpace1D_hh
9
#define testDualSpace1D_hh
10
11
#include "
basics/testsuite.hh
"
12
#include "
basics/typedefs.hh
"
13
14
namespace
test
{
15
16
// ******************************************************* TestDualSpace1D **
17
18
class
TestDualSpace1D
:
public
TestCase
{
19
public
:
20
virtual
~TestDualSpace1D
();
21
virtual
void
run
();
22
24
25
void
testLine
();
28
void
testLineBC
();
30
};
31
32
}
// namespace test
33
34
#endif // testDualSpace1D_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::TestDualSpace1D
Definition:
testDualSpace.hh:18
testsuite.hh
test
Unit tests.
Definition:
testcase.hh:66
test::TestDualSpace1D::~TestDualSpace1D
virtual ~TestDualSpace1D()
test::TestDualSpace1D::testLine
void testLine()
Tests for a line (0,1)
test::TestDualSpace1D::testLineBC
void testLineBC()
Tests for a line (0,1) with Dirichlet boundary condition
typedefs.hh
test::TestDualSpace1D::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich