BasisSystemPermDirectSparse obejcts using DirectSparseSolver object.
More...
#include <AbstractLinAlgPack_BasisSystemFactoryStd.hpp>
Inheritance diagram for AbstractLinAlgPack::BasisSystemFactoryStd:

Overridden from BasisSystemFactory | |
| void | set_options (const options_ptr_t &options) |
| | |
| const options_ptr_t & | get_options () const |
| | |
Overridden from AbstractFactory | |
| obj_ptr_t | create () const |
| | |
Public Member Functions | |
| BasisSystemFactoryStd () | |
| | |
BasisSystemPermDirectSparse obejcts using DirectSparseSolver object.
Several direct sparse solvers are supported by default. These include:
These solvers are supported only if the proper macros are defined.
ToDo: Create a DirectSparseSolverFactory interface and use this to allow clients to add new DirectSparseSolvers ...
Definition at line 55 of file AbstractLinAlgPack_BasisSystemFactoryStd.hpp.
| AbstractLinAlgPack::BasisSystemFactoryStd::BasisSystemFactoryStd | ( | ) |
| void AbstractLinAlgPack::BasisSystemFactoryStd::set_options | ( | const options_ptr_t & | options | ) |
| const BasisSystemFactoryStd::options_ptr_t & AbstractLinAlgPack::BasisSystemFactoryStd::get_options | ( | ) | const [virtual] |
Implements AbstractLinAlgPack::BasisSystemFactory.
Definition at line 66 of file AbstractLinAlgPack_BasisSystemFactoryStd.cpp.
| BasisSystemFactoryStd::obj_ptr_t AbstractLinAlgPack::BasisSystemFactoryStd::create | ( | ) | const [virtual] |
Implements Teuchos::AbstractFactory< T >.
Definition at line 74 of file AbstractLinAlgPack_BasisSystemFactoryStd.cpp.
1.4.7