FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <fei_Matrix.hpp>
Public Member Functions | |
virtual | ~Factory () |
virtual fei::SharedPtr < fei::Matrix > | createMatrix (fei::SharedPtr< fei::MatrixGraph > matrixGraph)=0 |
Definition at line 33 of file fei_Matrix.hpp.
|
inlinevirtual |
Usual virtual destructor.
Reimplemented in fei::Factory, and snl_fei::Factory.
Definition at line 36 of file fei_Matrix.hpp.
|
pure virtual |
Produce an instance of a Matrix.
Implemented in Factory_Trilinos, Factory_Aztec, and snl_fei::Factory.
Referenced by beam_main(), test_Matrix::create_matrix(), fei::FEI_Impl::initComplete(), main(), poisson3_main(), test_Matrix_unit2(), test_Matrix_unit4(), and snl_fei_tester::testLoading().