25class test_VectorSpace :
public tester {
27 test_VectorSpace(MPI_Comm comm);
28 virtual ~test_VectorSpace();
32 static const char name[] =
"fei::VectorSpace";
33 return((
const char*)name);
52 int localProc,
int numProcs,
53 bool defineBothFields,
bool initSolnBothFields,
56 bool turnOnDebugOutput=
false);