testDiameter.hh

Go to the documentation of this file.
1 
9 #ifndef testDiameter_hh
10 #define testDiameter_hh
11 
12 #include "basics/testcase.hh"
13 #include "basics/typedefs.hh"
14 #include "geometry/diameter.hh"
15 
16 namespace test {
17  using concepts::Real;
18 
19  // ********************************************************** TestBlending **
20 
26  class TestDiameter : public TestCase {
27  public:
28  virtual ~TestDiameter() {}
29  virtual void run();
30 
32 
37 
38  };
39 } // namespace test
40 
41 #endif // testDiameter_hh
Base class for tests.
Definition: testcase.hh:92
virtual void run()
Runs the tests. Must be overwritten by the specialization.
A quadrilateral in the topology.
Definition: topology.hh:272
void testBlendingQuad(concepts::Quad &quad)
void testVertexQuad2(concepts::Quad &quad)
Unit tests.
Definition: testcase.hh:66
void testSquare(concepts::Quad &quad)
Tests the functionality of CellDiameter.
Definition: testDiameter.hh:26
void testVertexQuad1(concepts::Quad &quad)
virtual ~TestDiameter()
Definition: testDiameter.hh:28
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich