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
formulaTest.hh
Go to the documentation of this file.
1
8
#ifndef testformulahp2D_hh
9
#define testformulahp2D_hh
10
11
#include "
basics/testcase.hh
"
12
#include "
basics/typedefs.hh
"
13
#include "
toolbox/array.hh
"
14
15
namespace
test
{
16
17
// ********************************************************* Formula2DTest **
18
23
class
Formula2DTest
:
public
TestCase
{
24
public
:
25
virtual
~Formula2DTest
() {}
26
virtual
void
run
();
27
29
30
void
testInterpGrad2
();
33
};
34
35
}
// namespace test
36
37
#endif // testformulahp2D_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::Formula2DTest::~Formula2DTest
virtual ~Formula2DTest()
Definition:
formulaTest.hh:25
testcase.hh
test::Formula2DTest
Test the Formulas in namespace hp2D.
Definition:
formulaTest.hh:23
test
Unit tests.
Definition:
testcase.hh:66
array.hh
test::Formula2DTest::testInterpGrad2
void testInterpGrad2()
Test the gradient by interpolation.
typedefs.hh
test::Formula2DTest::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