00001 #ifndef normTest_hh 00002 #define normTest_hh 00003 00004 #include "function.hh" 00005 #include "vectorial.hh" 00006 #include "basics/testcase.hh" 00007 00008 namespace test { 00009 00013 class DGNorm2dTest : public TestCase { 00014 public: 00015 virtual ~DGNorm2dTest() {} 00016 virtual void run(); 00017 00019 void testNorms(linDG2D::SpaceP1& spc, 00020 vectorial::Space<Real>& vSpc, 00021 const concepts::Vector<concepts::Real>& z, 00022 const concepts::Vector<concepts::Real>& zv); 00023 }; 00024 00025 } // namespace test 00026 00027 #endif // normTest_hh