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
testGridInfo.hh
Go to the documentation of this file.
1
8
#ifndef gridInfoTest_hh
9
#define gridInfoTest_hh
10
11
#include "
basics/testcase.hh
"
12
13
namespace
test
14
{
15
16
// ************************************************************ TraceTest **
17
22
class
GridInfoTest
:
public
TestCase
23
{
24
public
:
25
virtual
~GridInfoTest
()
26
{
27
}
28
virtual
void
run
();
29
30
void
testRegularSpace
();
31
32
};
33
34
}
// namespace test
35
36
#endif // gridInfoTest_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::GridInfoTest
Test the FE space hp2D::NeumannTraceSpace and hp2D::NeumannTraceElement.
Definition:
testGridInfo.hh:23
testcase.hh
test
Unit tests.
Definition:
testcase.hh:66
test::GridInfoTest::testRegularSpace
void testRegularSpace()
test::GridInfoTest::~GridInfoTest
virtual ~GridInfoTest()
Definition:
testGridInfo.hh:25
test::GridInfoTest::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