bilinearFormAdvectionTest.hh

Go to the documentation of this file.
1 /*
2  * bf_advection_test.hh
3  *
4  * Created on: Feb 23, 2017
5  * Author: vinma
6  */
7 
8 #ifndef HP2DEDGE_TESTSUITE_BILINEARFORMADVECTIONTEST_HH_
9 #define HP2DEDGE_TESTSUITE_BILINEARFORMADVECTIONTEST_HH_
10 
11 #include "basics/testcase.hh"
12 #include "basics/typedefs.hh"
14 #include "formula/boundary.hh"
15 #include "hp2Dedge/space.hh"
16 
17 namespace test {
18 
20  public:
22  virtual void run();
23 
25 
27 
28  };
29 
30 } // namespace test
31 
32 
33 #endif /* HP2DEDGE_TESTSUITE_BILINEARFORMADVECTIONTEST_HH_ */
Base class for tests.
Definition: testcase.hh:92
void test_strong_advection_equals_weak_advection_for_u_in_FE_space_and_constant_k()
Unit tests.
Definition: testcase.hh:66
void test_strong_advection_equals_weak_advection_for_smooth_u_and_smooth_k()
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich