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_Matrix.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_Matrix_hpp_
10
#define _test_Matrix_hpp_
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_Matrix
:
public
tester
{
25
public
:
26
test_Matrix
(
MPI_Comm
comm);
27
virtual
~test_Matrix
();
28
29
const
char
*
getName
()
30
{
31
static
const
char
name[] =
"fei::Matrix"
;
32
return
((
const
char
*)name);
33
}
34
35
int
runtests
();
36
37
fei::SharedPtr<fei::Matrix>
create_matrix
(
fei::SharedPtr<fei::Factory>
factory);
38
39
void
matrix_test1
(
fei::SharedPtr<fei::Matrix>
mat);
40
41
int
test1
();
42
43
int
test2
();
44
45
int
test3
();
46
47
int
test4
();
48
49
int
serialtest1
();
50
51
int
serialtest2
();
52
53
int
serialtest3
();
54
};
55
56
57
#endif // _test_Matrix_hpp_
test_Matrix::test2
int test2()
Definition:
test_Matrix.cpp:617
test_Matrix::runtests
int runtests()
Definition:
test_Matrix.cpp:286
test_Matrix::test_Matrix
test_Matrix(MPI_Comm comm)
Definition:
test_Matrix.cpp:277
tester.hpp
test_Matrix::create_matrix
fei::SharedPtr< fei::Matrix > create_matrix(fei::SharedPtr< fei::Factory > factory)
Definition:
test_Matrix.cpp:320
MPI_Comm
#define MPI_Comm
Definition:
fei_mpi.h:56
test_Matrix::~test_Matrix
virtual ~test_Matrix()
Definition:
test_Matrix.cpp:282
test_Matrix::serialtest2
int serialtest2()
Definition:
test_Matrix.cpp:466
fei_defs.h
fei::SharedPtr< fei::Matrix >
test_Matrix::test3
int test3()
Definition:
test_Matrix.cpp:622
test_Matrix
Definition:
test_Matrix.hpp:24
fei_fwd.hpp
test_Matrix::serialtest1
int serialtest1()
Definition:
test_Matrix.cpp:397
test_Matrix::serialtest3
int serialtest3()
Definition:
test_Matrix.cpp:527
test_Matrix::getName
const char * getName()
Definition:
test_Matrix.hpp:29
test_Matrix::matrix_test1
void matrix_test1(fei::SharedPtr< fei::Matrix > mat)
Definition:
test_Matrix.cpp:356
test_Matrix::test1
int test1()
Definition:
test_Matrix.cpp:612
fei_macros.hpp
test_Matrix::test4
int test4()
Definition:
test_Matrix.cpp:693
tester
Definition:
tester.hpp:22
testData.hpp
Generated by
1.8.5