FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
test_Vector.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_Vector_hpp_
10#define _test_Vector_hpp_
11
12#include <fei_macros.hpp>
13
14#include <fei_defs.h>
15
16#include <test_utils/tester.hpp>
17
19
20#include <fei_SharedPtr.hpp>
21#include <fei_Vector.hpp>
22#include <fei_Factory.hpp>
23
26class test_Vector : public tester {
27 public:
29 virtual ~test_Vector();
30
31 const char* getName()
32 {
33 static const char name[] = "fei::Vector";
34 return((const char*)name);
35 }
36
37 int runtests();
38
40
42};
43
44
45#endif // _test_Vector_hpp_
const char * getName()
virtual ~test_Vector()
fei::SharedPtr< fei::Vector > create_vector(fei::SharedPtr< fei::Factory > factory)
test_Vector(MPI_Comm comm)
void vector_test1(fei::SharedPtr< fei::Vector > fei_vec)
#define MPI_Comm
Definition fei_mpi.h:56