BasisSystem objects.
More...
#include <AbstractLinAlgPack_BasisSystemFactory.hpp>
Inheritance diagram for AbstractLinAlgPack::BasisSystemFactory:
Public types | |
| typedef Teuchos::RefCountPtr< 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.
|
|
Definition at line 55 of file AbstractLinAlgPack_BasisSystemFactory.hpp. |
|
|
Definition at line 60 of file AbstractLinAlgPack_BasisSystemFactory.hpp. |
|
|
Set the options that will be used to determine what basis system will be returned from
Note that it is allowed for the client to alter Implemented in AbstractLinAlgPack::BasisSystemFactoryStd. |
|
|
Get the
Implemented in AbstractLinAlgPack::BasisSystemFactoryStd. |
1.3.9.1