FEI Package Browser (Single Doxygen Collection)
Version of the Day
Toggle main menu visibility
Loading...
Searching...
No Matches
test_utils
test_MatrixGraph.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_MatrixGraph_h_
10
#define _test_MatrixGraph_h_
11
12
#include <
fei_macros.hpp
>
13
14
#include <
fei_defs.h
>
15
#include <
fei_SharedPtr.hpp
>
16
17
#include <
test_utils/tester.hpp
>
18
19
#include <
test_utils/testData.hpp
>
20
21
#include <
fei_fwd.hpp
>
22
25
class
test_MatrixGraph
:
public
tester
{
26
public
:
27
test_MatrixGraph
(
MPI_Comm
comm);
28
virtual
~test_MatrixGraph
();
29
30
const
char
*
getName
()
31
{
32
static
const
char
name[] =
"fei::MatrixGraph"
;
33
return
((
const
char
*)name);
34
}
35
36
int
runtests
();
37
38
int
test1
();
39
40
int
serialtest1
();
41
42
int
test2
();
43
44
int
test3
();
45
46
int
test4
();
47
48
int
test5
();
49
50
static
fei::SharedPtr<fei::MatrixGraph>
create_MatrixGraph
(
testData
* testdata,
51
int
localProc,
int
numProcs,
52
bool
bothFields,
bool
nonSymmetric,
53
const
char
* name,
54
fei::SharedPtr<fei::VectorSpace>
vectorSpacePtr,
55
fei::SharedPtr<fei::Factory>
factory,
56
const
std::string& path,
57
bool
turnOnDebugOutput=
false
);
58
};
59
60
#endif
// _test_MatrixGraph_h_
fei::SharedPtr
Definition
fei_SharedPtr.hpp:65
testData
Definition
testData.hpp:18
test_MatrixGraph::serialtest1
int serialtest1()
Definition
test_MatrixGraph.cpp:212
test_MatrixGraph::create_MatrixGraph
static fei::SharedPtr< fei::MatrixGraph > create_MatrixGraph(testData *testdata, int localProc, int numProcs, bool bothFields, bool nonSymmetric, const char *name, fei::SharedPtr< fei::VectorSpace > vectorSpacePtr, fei::SharedPtr< fei::Factory > factory, const std::string &path, bool turnOnDebugOutput=false)
Definition
test_MatrixGraph.cpp:614
test_MatrixGraph::test_MatrixGraph
test_MatrixGraph(MPI_Comm comm)
Definition
test_MatrixGraph.cpp:26
test_MatrixGraph::getName
const char * getName()
Definition
test_MatrixGraph.hpp:30
test_MatrixGraph::runtests
int runtests()
Definition
test_MatrixGraph.cpp:192
test_MatrixGraph::test2
int test2()
Definition
test_MatrixGraph.cpp:322
test_MatrixGraph::test4
int test4()
Definition
test_MatrixGraph.cpp:440
test_MatrixGraph::test1
int test1()
Definition
test_MatrixGraph.cpp:233
test_MatrixGraph::~test_MatrixGraph
virtual ~test_MatrixGraph()
Definition
test_MatrixGraph.cpp:31
test_MatrixGraph::test5
int test5()
Definition
test_MatrixGraph.cpp:530
test_MatrixGraph::test3
int test3()
Definition
test_MatrixGraph.cpp:343
tester::tester
tester(MPI_Comm comm)
Definition
tester.cpp:17
fei_SharedPtr.hpp
fei_defs.h
fei_fwd.hpp
fei_macros.hpp
MPI_Comm
#define MPI_Comm
Definition
fei_mpi.h:56
testData.hpp
tester.hpp
Generated by
1.17.0