You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
hp3D
testsuite
spaceTest.hh
Go to the documentation of this file.
1
7
#ifndef spaceTest_hh
8
#define spaceTest_hh
9
10
#include "
basics/testcase.hh
"
11
12
using
concepts::Real
;
13
14
namespace
test
{
15
19
class
SpaceTest3D
:
public
TestCase
{
20
public
:
21
SpaceTest3D
() : elmIdx_(0) {}
22
virtual
~SpaceTest3D
() {}
23
virtual
void
run
();
24
26
27
28
void
testSpace
();
30
private
:
31
void
r_(
const
uint,
const
uint);
32
void
c_(
const
uint,
const
Real);
33
std::list<std::pair<uint, uint> > rowIdx_[16];
34
std::list<std::pair<uint, Real> > colAndEntry_[16];
35
uint elmIdx_;
36
};
37
38
}
// namespace test
39
40
#endif
// spaceTest_hh
test::SpaceTest3D
Definition
spaceTest.hh:19
test::SpaceTest3D::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::SpaceTest3D::testSpace
void testSpace()
Tests space (all T matrices of all elements)
test::TestCase
Definition
testcase.hh:92
concepts::Real
double Real
Definition
typedefs.hh:39
test
Definition
testcase.hh:66
testcase.hh
Generated on Wed Sep 13 2023 21:06:22 for Concepts by
1.9.8