You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
operator
testsuite
pardisoTest.hh
Go to the documentation of this file.
1
7
#ifndef pardisoTest_hh
8
#define pardisoTest_hh
9
10
#include "
basics/testcase.hh
"
11
#include "
space/space.hh
"
12
13
namespace
test
{
14
19
class
PardisoTest
:
public
TestCase
{
20
public
:
21
PardisoTest
() : spc(5) {}
22
virtual
~PardisoTest
() {}
23
virtual
void
run
();
24
26
27
28
void
testSPD
();
30
void
testUNSYMM
();
32
private
:
33
concepts::DummySpace<concepts::Real>
spc;
34
};
35
36
}
// namespace test
37
38
#endif
// pardisoTest_hh
concepts::DummySpace
Definition
space.hh:373
test::PardisoTest
Definition
pardisoTest.hh:19
test::PardisoTest::testUNSYMM
void testUNSYMM()
Tests unsymmetric solver.
test::PardisoTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::PardisoTest::testSPD
void testSPD()
Tests symmetric, positive definite solver.
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