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
elementPairTest.hh
Go to the documentation of this file.
1
7
#ifndef elementPairTest_hh
8
#define elementPairTest_hh
9
10
#include "
basics/testcase.hh
"
11
12
namespace
linDG2D
{
13
class
ElementPair;
14
}
15
16
namespace
test
{
17
21
class
DGElementPair2dTest
:
public
TestCase
{
22
public
:
23
virtual
~DGElementPair2dTest
() {}
24
virtual
void
run
();
25
27
28
void
testShapeFct
(
linDG2D::ElementPair
** ep);
30
};
31
32
}
// namespace test
33
34
#endif // elementPairTest_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
testcase.hh
test::DGElementPair2dTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::DGElementPair2dTest::~DGElementPair2dTest
virtual ~DGElementPair2dTest()
Definition:
elementPairTest.hh:23
linDG2D
DG FEM for 2D problems using piecewise linear shape functions.
Definition:
bilinearForm.hh:15
test
Unit tests.
Definition:
testcase.hh:66
linDG2D::ElementPair
Element pair for DG FEM in 2D.
Definition:
elementPair.hh:27
test::DGElementPair2dTest
Testing linDG2D::ElementPair.
Definition:
elementPairTest.hh:21
test::DGElementPair2dTest::testShapeFct
void testShapeFct(linDG2D::ElementPair **ep)
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich