FEI
Version of the Day
Main Page
Related Pages
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
test_utils
test_Utils.hpp
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_Utils_h_
10
#define _test_Utils_h_
11
12
#include <fei_macros.hpp>
13
14
#include <fei_defs.h>
15
16
#include <test_utils/tester.hpp>
17
20
class
test_Utils
:
public
tester
{
21
public
:
22
test_Utils
(MPI_Comm comm);
23
virtual
~
test_Utils
();
24
25
const
char
*
getName
()
26
{
27
static
const
char
name[] =
"snl_fei_Utils"
;
28
return
((
const
char
*)name);
29
}
30
31
int
runtests();
32
33
int
test1();
34
35
int
test2();
36
37
int
test3();
38
39
int
test4();
40
41
int
serialtest0();
42
43
int
serialtest1();
44
45
int
serialtest2();
46
47
int
serialtest3();
48
};
49
50
51
#endif // _test_Utils_h_
test_Utils
Definition:
test_Utils.hpp:20
test_Utils::getName
const char * getName()
tester
Definition:
tester.hpp:22
Generated by
1.8.5