24 #define fei_file "test_Factory_helper.cpp"
30 std::string sname(libname);
32 if (sname ==
"TEST_LSC") {
36 if (smatrix2 == NULL) {
42 if (sname ==
"Aztec") {
43 #ifdef HAVE_FEI_AZTECOO
46 if (smatrix == NULL) {
56 if (sname ==
"Trilinos") {
57 #ifdef HAVE_FEI_EPETRA
60 if (smatrix == NULL) {
76 std::string sname(libname);
77 if (sname ==
"TEST_LSC") {
80 if (svector == NULL) {
86 if (sname ==
"Aztec") {
87 #ifdef HAVE_FEI_AZTECOO
90 if (svector == NULL) {
100 if (sname ==
"Trilinos") {
101 #ifdef HAVE_FEI_EPETRA
104 if (svector == NULL) {
int dyncastVector(fei::Vector *vector, const char *libname)
int dyncastMatrix(fei::Matrix *matrix, const char *libname)
std::ostream & console_out()