FEI Package Browser (Single Doxygen Collection)
Version of the Day
Loading...
Searching...
No Matches
test_utils
test_FEI_Implementation.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_FEI_Implementation_hpp_
10
#define _test_FEI_Implementation_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
22
class
test_FEI_Implementation
:
public
tester
{
23
public
:
24
test_FEI_Implementation
(
MPI_Comm
comm);
25
virtual
~test_FEI_Implementation
();
26
27
const
char
*
getName
()
28
{
29
static
const
char
name[] =
"FEI_Implementation"
;
30
return
((
const
char
*)name);
31
}
32
33
int
runtests
();
34
35
int
serialtest1
();
36
37
int
test1
();
38
39
int
test2
();
40
41
int
test3
();
42
43
int
test4
();
44
45
int
compareCoefs
(
int
n,
46
const
double
*
const
* coefs1,
47
const
double
*
const
* coefs2);
48
};
49
50
#endif
// _test_FEI_Implementation_hpp_
51
test_FEI_Implementation
Definition
test_FEI_Implementation.hpp:22
test_FEI_Implementation::~test_FEI_Implementation
virtual ~test_FEI_Implementation()
Definition
test_FEI_Implementation.cpp:36
test_FEI_Implementation::serialtest1
int serialtest1()
Definition
test_FEI_Implementation.cpp:53
test_FEI_Implementation::test_FEI_Implementation
test_FEI_Implementation(MPI_Comm comm)
Definition
test_FEI_Implementation.cpp:31
test_FEI_Implementation::test4
int test4()
Definition
test_FEI_Implementation.cpp:420
test_FEI_Implementation::test2
int test2()
Definition
test_FEI_Implementation.cpp:268
test_FEI_Implementation::runtests
int runtests()
Definition
test_FEI_Implementation.cpp:40
test_FEI_Implementation::compareCoefs
int compareCoefs(int n, const double *const *coefs1, const double *const *coefs2)
Definition
test_FEI_Implementation.cpp:107
test_FEI_Implementation::getName
const char * getName()
Definition
test_FEI_Implementation.hpp:27
test_FEI_Implementation::test1
int test1()
Definition
test_FEI_Implementation.cpp:123
test_FEI_Implementation::test3
int test3()
Definition
test_FEI_Implementation.cpp:415
tester
Definition
tester.hpp:22
fei_defs.h
fei_macros.hpp
MPI_Comm
#define MPI_Comm
Definition
fei_mpi.h:56
testData.hpp
tester.hpp
Generated by
1.10.0