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
testQuad2d.hh
Go to the documentation of this file.
1
9
#ifndef quad2dTest_hh
10
#define quad2dTest_hh
11
12
#include "
basics/testcase.hh
"
13
14
namespace
test
{
15
16
// ************************************************************ Quad2dTest **
17
21
class
Quad2dTest
:
public
TestCase
{
22
public
:
23
virtual
~Quad2dTest
() {}
24
virtual
void
run
();
25
27
28
void
localCoordinChildren
();
31
void
testEdgeMap
();
33
};
34
35
}
// namespace test
36
37
#endif // quad2dTest_hh
test::Quad2dTest
Tests the projections from one space to another.
Definition:
testQuad2d.hh:21
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
test::Quad2dTest::localCoordinChildren
void localCoordinChildren()
Tests the finding of children with given local coordinates.
test::Quad2dTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
testcase.hh
test
Unit tests.
Definition:
testcase.hh:66
test::Quad2dTest::~Quad2dTest
virtual ~Quad2dTest()
Definition:
testQuad2d.hh:23
test::Quad2dTest::testEdgeMap
void testEdgeMap()
Test the direction of the edge maps of the four edges of a square.
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich