FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
test_EqnBuffer.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_EqnBuffer_h_
10#define _test_EqnBuffer_h_
11
12#include <fei_macros.hpp>
13
14#include <fei_defs.h>
15
16#include <test_utils/tester.hpp>
17
18class test_EqnBuffer : public tester {
19 public:
21 virtual ~test_EqnBuffer();
22
23 const char* getName()
24 {
25 static const char name[] = "EqnBuffer";
26 return((const char*)name);
27 }
28
29 int runtests();
30
31 int test1();
32
33 int test2();
34
35 int test3();
36
37 int test4();
38};
39
40#endif // _test_EqnBuffer_h_
const char * getName()
virtual ~test_EqnBuffer()
test_EqnBuffer(MPI_Comm comm)
#define MPI_Comm
Definition fei_mpi.h:56