FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
test_Set.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_Set_hpp_
10#define _test_Set_hpp_
11
12#include <fei_macros.hpp>
13
14#include <fei_defs.h>
15
16#include <test_utils/tester.hpp>
17
20class test_Set : public tester {
21 public:
22 test_Set(MPI_Comm comm);
23 virtual ~test_Set();
24
25 const char* getName()
26 {
27 static const char name[] =
28 "fei::ctg_set<int>, fei::binarySearch, etc.";
29 return((const char*)name);
30 }
31
32 int runtests();
33
34 int test1();
35
36 int test2();
37
38 int test3();
39
40 int test4();
41
42 int test5();
43
44 int test6();
45
46 int test7();
47
48 int test8();
49
50 int test9();
51};
52
53#endif // _test_Set_hpp_
virtual ~test_Set()
Definition test_Set.cpp:26
int test6()
Definition test_Set.cpp:322
test_Set(MPI_Comm comm)
Definition test_Set.cpp:21
int test8()
Definition test_Set.cpp:333
int runtests()
Definition test_Set.cpp:161
int test5()
Definition test_Set.cpp:278
int test4()
Definition test_Set.cpp:272
int test7()
Definition test_Set.cpp:327
int test3()
Definition test_Set.cpp:267
int test2()
Definition test_Set.cpp:183
const char * getName()
Definition test_Set.hpp:25
int test9()
Definition test_Set.cpp:338
int test1()
Definition test_Set.cpp:178
#define MPI_Comm
Definition fei_mpi.h:56