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
testInfiniteMesh2D.hh
Go to the documentation of this file.
1
8
#ifndef infmesh2dTest_hh
9
#define infmesh2dTest_hh
10
11
#include "
basics/testcase.hh
"
12
13
namespace
test
{
14
15
// **************************************************** InfiniteMesh2dTest **
16
20
class
InfiniteMesh2dTest
:
public
TestCase
{
21
public
:
22
virtual
~InfiniteMesh2dTest
() {}
23
virtual
void
run
();
24
26
27
29
};
30
31
}
// namespace test
32
33
#endif // infmesh2dTest_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::InfiniteMesh2dTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::InfiniteMesh2dTest
Tests 2D mesh with infinite cells.
Definition:
testInfiniteMesh2D.hh:20
testcase.hh
test
Unit tests.
Definition:
testcase.hh:66
test::InfiniteMesh2dTest::~InfiniteMesh2dTest
virtual ~InfiniteMesh2dTest()
Definition:
testInfiniteMesh2D.hh:22
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich