FEI Package Browser (Single Doxygen Collection)  Version of the Day
test_PointBlockMap.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_PointBlockMap_h_
10 #define _test_PointBlockMap_h_
11 
12 #include <fei_macros.hpp>
13 
14 #include <fei_defs.h>
15 
16 #include <test_utils/tester.hpp>
17 
20 class test_PointBlockMap : public tester {
21  public:
23  virtual ~test_PointBlockMap();
24 
25  const char* getName()
26  {
27  static const char name[] = "snl_fei::{PointBlockMap, FieldMask, FieldDatabase}";
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 };
42 
43 #endif // _test_PointBlockMap_h_
test_PointBlockMap
Definition: test_PointBlockMap.hpp:20
test_PointBlockMap::test_PointBlockMap
test_PointBlockMap(MPI_Comm comm)
Definition: test_PointBlockMap.cpp:18
fei_macros.hpp
test_PointBlockMap::test4
int test4()
Definition: test_PointBlockMap.cpp:136
test_PointBlockMap::test3
int test3()
Definition: test_PointBlockMap.cpp:131
test_PointBlockMap::test2
int test2()
Definition: test_PointBlockMap.cpp:101
test_PointBlockMap::getName
const char * getName()
Definition: test_PointBlockMap.hpp:25
test_PointBlockMap::~test_PointBlockMap
virtual ~test_PointBlockMap()
Definition: test_PointBlockMap.cpp:23
tester.hpp
test_PointBlockMap::runtests
int runtests()
Definition: test_PointBlockMap.cpp:27
fei_defs.h
MPI_Comm
#define MPI_Comm
Definition: fei_mpi.h:56
tester
Definition: tester.hpp:22
test_PointBlockMap::test1
int test1()
Definition: test_PointBlockMap.cpp:36