FEI Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test_utils
test_VectorSpace.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_VectorSpace_h_
10
#define _test_VectorSpace_h_
11
12
#include <
fei_macros.hpp
>
13
#include <
fei_SharedPtr.hpp
>
14
15
#include <
fei_defs.h
>
16
17
#include <
test_utils/tester.hpp
>
18
19
#include <
test_utils/testData.hpp
>
20
21
#include <
fei_fwd.hpp
>
22
25
class
test_VectorSpace
:
public
tester
{
26
public
:
27
test_VectorSpace
(
MPI_Comm
comm);
28
virtual
~test_VectorSpace
();
29
30
const
char
*
getName
()
31
{
32
static
const
char
name[] =
"fei::VectorSpace"
;
33
return
((
const
char
*)name);
34
}
35
36
int
runtests
();
37
38
int
test0
();
39
40
int
test1
();
41
42
int
test2
();
43
44
int
test3
();
45
46
int
test4
();
47
48
static
fei::SharedPtr<fei::VectorSpace>
create_VectorSpace
(
MPI_Comm
comm);
49
50
static
fei::SharedPtr<fei::VectorSpace>
create_VectorSpace
(
MPI_Comm
comm,
51
testData
* testdata,
52
int
localProc
,
int
numProcs
,
53
bool
defineBothFields,
bool
initSolnBothFields,
54
const
char
* name,
55
fei::SharedPtr<fei::Factory>
factory,
56
bool
turnOnDebugOutput=
false
);
57
};
58
59
#endif // _test_VectorSpace_h_
test_VectorSpace::getName
const char * getName()
Definition:
test_VectorSpace.hpp:30
test_VectorSpace::~test_VectorSpace
virtual ~test_VectorSpace()
Definition:
test_VectorSpace.cpp:28
tester.hpp
test_VectorSpace::runtests
int runtests()
Definition:
test_VectorSpace.cpp:32
MPI_Comm
#define MPI_Comm
Definition:
fei_mpi.h:56
test_VectorSpace::test0
int test0()
Definition:
test_VectorSpace.cpp:42
test_VectorSpace::test_VectorSpace
test_VectorSpace(MPI_Comm comm)
Definition:
test_VectorSpace.cpp:23
fei_defs.h
test_VectorSpace::test1
int test1()
Definition:
test_VectorSpace.cpp:81
test_VectorSpace::test3
int test3()
Definition:
test_VectorSpace.cpp:311
testData
Definition:
testData.hpp:18
fei::SharedPtr< fei::VectorSpace >
fei_fwd.hpp
fei::localProc
int localProc(MPI_Comm comm)
Definition:
fei_CommUtils.cpp:13
fei_SharedPtr.hpp
test_VectorSpace
Definition:
test_VectorSpace.hpp:25
test_VectorSpace::test2
int test2()
Definition:
test_VectorSpace.cpp:259
fei_macros.hpp
tester
Definition:
tester.hpp:22
fei::numProcs
int numProcs(MPI_Comm comm)
Definition:
fei_CommUtils.cpp:25
testData.hpp
test_VectorSpace::create_VectorSpace
static fei::SharedPtr< fei::VectorSpace > create_VectorSpace(MPI_Comm comm)
Definition:
test_VectorSpace.cpp:372
test_VectorSpace::test4
int test4()
Definition:
test_VectorSpace.cpp:366
Generated on Fri Sep 1 2023 07:58:32 for FEI Package Browser (Single Doxygen Collection) by
1.8.5