BasisSystem objects.
More...
#include <AbstractLinAlgPack_BasisSystemFactory.hpp>
Inheritance diagram for AbstractLinAlgPack::BasisSystemFactory:

Public types | |
| typedef Teuchos::RCP< const OptionsFromStreamPack::OptionsFromStream > | options_ptr_t |
| | |
Public Member Functions | |
| virtual | ~BasisSystemFactory () |
| | |
| virtual void | set_options (const options_ptr_t &options)=0 |
Set the options that will be used to determine what basis system will be returned from this->create(). | |
| virtual const options_ptr_t & | get_options () const =0 |
Get the OptionsFromStream object being used to extract the options from. | |
BasisSystem objects.
Definition at line 46 of file AbstractLinAlgPack_BasisSystemFactory.hpp.
| virtual AbstractLinAlgPack::BasisSystemFactory::~BasisSystemFactory | ( | ) | [inline, virtual] |
| virtual void AbstractLinAlgPack::BasisSystemFactory::set_options | ( | const options_ptr_t & | options | ) | [pure virtual] |
| virtual const options_ptr_t& AbstractLinAlgPack::BasisSystemFactory::get_options | ( | ) | const [pure virtual] |
Get the OptionsFromStream object being used to extract the options from.
Implemented in AbstractLinAlgPack::BasisSystemFactoryStd.
1.4.7