#include <LOCA_StepSize_Factory.H>
Collaboration diagram for LOCA::StepSize::Factory:
Public Member Functions | |
| Factory (const Teuchos::RefCountPtr< LOCA::GlobalData > &global_data) | |
| Constructor. | |
| virtual | ~Factory () |
| Destructor. | |
| Teuchos::RefCountPtr< LOCA::StepSize::AbstractStrategy > | create (const Teuchos::RefCountPtr< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RefCountPtr< Teuchos::ParameterList > &stepsizeParams) |
| Create step size control strategy. | |
| const string & | strategyName (Teuchos::ParameterList &stepsizeParams) const |
Return strategy name given by stepsizeParams. | |
Protected Attributes | |
| Teuchos::RefCountPtr< LOCA::GlobalData > | globalData |
| Global data. | |
The parameters passed to the create() through the stepsizeParams argument method should specify the "Method" as described below, as well as any additional parameters for the particular strategy.
|
||||||||||||
|
Create step size control strategy.
|
1.3.9.1