You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
operator
testsuite
mumpsTest.hh
Go to the documentation of this file.
1
7
#ifndef mumpsTest_hh
8
#define mumpsTest_hh
9
10
#include "
basics/testcase.hh
"
11
#include "
space/space.hh
"
12
13
namespace
test
{
18
class
MumpsTest
:
public
TestCase
{
19
public
:
20
MumpsTest
() : spc(5) {}
21
virtual
~MumpsTest
() {}
22
virtual
void
run
();
23
25
26
void
SimpleTest_2_by_2();
27
void
SimpleTest_5_by_5();
28
30
template
<
class
F,
class
G,
class
H>
31
void
vectorSolve
(
concepts::Matrix<F>
& m, G rhs[], H res[]);
32
34
private
:
35
concepts::DummySpace<concepts::Real>
spc;
36
};
37
}
// namespace test
38
39
#endif
// mumpsTest_hh
concepts::DummySpace
Definition
space.hh:373
concepts::Matrix
Definition
matrix.hh:39
test::MumpsTest
Definition
mumpsTest.hh:18
test::MumpsTest::vectorSolve
void vectorSolve(concepts::Matrix< F > &m, G rhs[], H res[])
solve the system twice and compare with result res
test::MumpsTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::TestCase
Definition
testcase.hh:92
test
Definition
testcase.hh:66
space.hh
testcase.hh
Generated on Wed Sep 13 2023 21:06:23 for Concepts by
1.9.8