cloneing.hh

Go to the documentation of this file.
1 
6 #ifndef cloneing_hh
7 #define cloneing_hh
8 
9 #include "basics/testsuite.hh"
10 #include "basics/typedefs.hh"
11 
12 namespace vectorial {
13  // forward declaration
14  template<typename F, typename G>
15  class BilinearForm;
16 }
17 
18 namespace test {
19 
20  // ************************************************************** Cloneing **
21 
28  class Cloneing : public TestCase {
29  public:
30  virtual ~Cloneing();
31  virtual void run();
32 
34 
35  template<typename max>
39  };
40 
41 } // namespace test
42 
43 #endif // cloneing_hh
Base class for tests.
Definition: testcase.hh:92
Vector valued problems.
Definition: spaceTraits.hh:24
Vector valued bilinear form.
Definition: bf_advection.hh:38
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Unit tests.
Definition: testcase.hh:66
virtual ~Cloneing()
void testMaxwell(vectorial::BilinearForm< concepts::Real, concepts::Real > &bf)
Test cloneing of vector valued blinear forms.
Definition: cloneing.hh:28
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich