FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <testData.hpp>
Public Member Functions | |
testData (int localProc, int numProcs) | |
virtual | ~testData () |
Public Attributes | |
std::vector< int > | fieldIDs |
std::vector< int > | fieldSizes |
std::vector< int > | idTypes |
std::vector< int > | ids |
std::vector< int > | sharedIDs |
std::vector< int > | numSharingProcsPerID |
std::vector< int > | sharingProcs |
Simple container of arbitrarily chosen test data.
Definition at line 18 of file testData.hpp.
|
inline |
Definition at line 20 of file testData.hpp.
References fieldIDs, fieldSizes, ids, idTypes, numSharingProcsPerID, sharedIDs, and sharingProcs.
|
inlinevirtual |
Definition at line 65 of file testData.hpp.
std::vector<int> testData::fieldIDs |
Definition at line 69 of file testData.hpp.
Referenced by test_Matrix::create_matrix(), test_MatrixGraph::create_MatrixGraph(), test_VectorSpace::create_VectorSpace(), init_nonsymmetric_block(), test_Matrix::serialtest1(), test_Matrix::serialtest3(), test_SNL_FEI_Structure::test1(), test_FEI_Impl::test1(), test_FEI_Implementation::test1(), test_VectorSpace::test1(), test_SNL_FEI_Structure::test2(), test_FEI_Impl::test2(), test_FEI_Implementation::test2(), test_LinearSystem::test2(), test_LinearSystem::test3(), test_LinearSystem::test4(), test_MatrixGraph::test5(), test_MatrixGraph_test6(), and testData().
std::vector<int> testData::fieldSizes |
Definition at line 70 of file testData.hpp.
Referenced by test_VectorSpace::create_VectorSpace(), test_Matrix::serialtest1(), test_Matrix::serialtest3(), test_SNL_FEI_Structure::test1(), test_FEI_Impl::test1(), test_FEI_Implementation::test1(), test_SNL_FEI_Structure::test2(), test_FEI_Impl::test2(), test_FEI_Implementation::test2(), and testData().
std::vector<int> testData::idTypes |
Definition at line 71 of file testData.hpp.
Referenced by test_Matrix::create_matrix(), test_MatrixGraph::create_MatrixGraph(), test_VectorSpace::create_VectorSpace(), test_Matrix::serialtest1(), test_Matrix::serialtest2(), test_Matrix::serialtest3(), test_VectorSpace::test1(), test_LinearSystem::test2(), test_VectorSpace::test2(), test_LinearSystem::test3(), test_Matrix::test3(), test_LinearSystem::test4(), test_MatrixGraph::test5(), test_MatrixGraph_test6(), and testData().
std::vector<int> testData::ids |
Definition at line 72 of file testData.hpp.
Referenced by test_Matrix::create_matrix(), test_MatrixGraph::create_MatrixGraph(), test_VectorSpace::create_VectorSpace(), init_nonsymmetric_block(), test_Matrix::serialtest1(), test_Matrix::serialtest2(), test_Matrix::serialtest3(), test_SNL_FEI_Structure::test1(), test_FEI_Impl::test1(), test_FEI_Implementation::test1(), test_MatrixGraph::test1(), test_VectorSpace::test1(), test_SNL_FEI_Structure::test2(), test_FEI_Implementation::test2(), test_FEI_Impl::test2(), test_LinearSystem::test2(), test_VectorSpace::test2(), test_LinearSystem::test3(), test_MatrixGraph::test3(), test_Matrix::test3(), test_LinearSystem::test4(), test_MatrixGraph::test4(), test_MatrixGraph::test5(), test_MatrixGraph_test6(), and testData().
std::vector<int> testData::sharedIDs |
Definition at line 73 of file testData.hpp.
Referenced by test_VectorSpace::create_VectorSpace(), test_SNL_FEI_Structure::test1(), test_FEI_Impl::test1(), test_FEI_Implementation::test1(), test_SNL_FEI_Structure::test2(), test_FEI_Implementation::test2(), test_FEI_Impl::test2(), and testData().
std::vector<int> testData::numSharingProcsPerID |
Definition at line 74 of file testData.hpp.
Referenced by test_VectorSpace::create_VectorSpace(), test_SNL_FEI_Structure::test1(), test_FEI_Impl::test1(), test_FEI_Implementation::test1(), test_SNL_FEI_Structure::test2(), test_FEI_Implementation::test2(), test_FEI_Impl::test2(), and testData().
std::vector<int> testData::sharingProcs |
Definition at line 75 of file testData.hpp.
Referenced by test_VectorSpace::create_VectorSpace(), test_SNL_FEI_Structure::test1(), test_FEI_Impl::test1(), test_FEI_Implementation::test1(), test_SNL_FEI_Structure::test2(), test_FEI_Implementation::test2(), test_FEI_Impl::test2(), and testData().