FEI Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test_utils
test_LinearSystem.hpp
Go to the documentation of this file.
1
/*--------------------------------------------------------------------*/
2
/* Copyright 2005 Sandia Corporation. */
3
/* Under the terms of Contract DE-AC04-94AL85000, there is a */
4
/* non-exclusive license for use of this work by or on behalf */
5
/* of the U.S. Government. Export of this program may require */
6
/* a license from the United States Government. */
7
/*--------------------------------------------------------------------*/
8
9
#ifndef _test_LinearSystem_h_
10
#define _test_LinearSystem_h_
11
12
#include <
fei_macros.hpp
>
13
14
#include <
fei_defs.h
>
15
16
#include <
test_utils/tester.hpp
>
17
18
#include <
test_utils/testData.hpp
>
19
20
#include <
fei_fwd.hpp
>
21
24
class
test_LinearSystem
:
public
tester
{
25
public
:
26
test_LinearSystem
(
MPI_Comm
comm);
27
virtual
~test_LinearSystem
();
28
29
const
char
*
getName
()
30
{
31
static
const
char
name[] =
"snl_fei::LinearSystem"
;
32
return
((
const
char
*)name);
33
}
34
35
int
runtests
();
36
37
int
test1
();
38
39
int
test2
();
40
41
int
test3
();
42
43
int
test4
();
44
45
int
test5
();
46
47
};
48
49
50
#endif // _test_LinearSystem_h_
test_LinearSystem
Definition:
test_LinearSystem.hpp:24
test_LinearSystem::test5
int test5()
Definition:
test_LinearSystem.cpp:347
test_LinearSystem::test3
int test3()
Definition:
test_LinearSystem.cpp:156
tester.hpp
test_LinearSystem::test2
int test2()
Definition:
test_LinearSystem.cpp:55
MPI_Comm
#define MPI_Comm
Definition:
fei_mpi.h:56
test_LinearSystem::test_LinearSystem
test_LinearSystem(MPI_Comm comm)
Definition:
test_LinearSystem.cpp:30
fei_defs.h
test_LinearSystem::test1
int test1()
Definition:
test_LinearSystem.cpp:50
fei_fwd.hpp
test_LinearSystem::test4
int test4()
Definition:
test_LinearSystem.cpp:253
test_LinearSystem::getName
const char * getName()
Definition:
test_LinearSystem.hpp:29
fei_macros.hpp
test_LinearSystem::~test_LinearSystem
virtual ~test_LinearSystem()
Definition:
test_LinearSystem.cpp:35
tester
Definition:
tester.hpp:22
testData.hpp
test_LinearSystem::runtests
int runtests()
Definition:
test_LinearSystem.cpp:39
Generated by
1.8.5