Class documentation of Concepts

Loading...
Searching...
No Matches
traceTestL2.hh
Go to the documentation of this file.
1
8#ifndef testtrace_hh
9#define testtrace_hh
10
11#include "basics/testcase.hh"
12#include "space.hh"
13
14namespace test {
15
16 // ******************************************************* TraceSpaceL2Test **
17
22 class TraceSpaceL2Test : public TestCase {
23 public:
24 virtual ~TraceSpaceL2Test() {}
25 virtual void run();
26
28
29 void testOneQuad(uint px, uint py);
30
31 void testFourQuads();
32
33 void testTwoQuadJump();
34//
35// void writeBasisMatlab(const hp2D::l2::TraceSpace& tspc, std::string filename);
36//
37// void writeBasisMatlab(const concepts::SpaceOnCoarseCells<2u, concepts::Real>& spc, std::string filename);
38
45 void writeBasisMatlab(const concepts::SpaceOnCells<concepts::Real>& spc, std::string filename, uint dim = 2);
47 };
48
49} // namespace test
50
51#endif // testtrace_hh
void writeBasisMatlab(const concepts::SpaceOnCells< concepts::Real > &spc, std::string filename, uint dim=2)
virtual void run()
Runs the tests. Must be overwritten by the specialization.