LinearOpWithSolveFactoryBase subclass implemented in terms of AztecOO.
More...
#include <Thyra_AztecOOLinearOpWithSolveFactory.hpp>
LinearOpWithSolveFactoryBase subclass implemented in terms of AztecOO.
This class creates objects of type AztecOOLinearOpWithSolve (through the LinearOpWithSolveBase interface) using AztecOO objects.
The class can support both externally defined preconditioners and built-in aztec preconditioners. Then built-in aztec preconditioners are used (as specified by the input parameter list), *this only supports very limited functionality and does not support adjoint solves. However, when no preconditioning or externally defined preconditioners are used, *this supports a wide range of features which include:
LinearOpBase objects through the ScaledAdjointLinearOpBase interface.
Warning: One must be very careful what options are set using the parameter lists passed in using setFwdAztecSolveParameters() and setAdjAztecSolveParameters() as some of these options will cause great problems and may even result in exit() being called to terminate your program! In the future, a new parameter sublist will be defined that will define a safer way to control the underlying aztec solvers.
Click on the above "examples" link at the top to see how this class is used.
|
|
|
|
|
Construct uninitialized.
|
|
|
Set the strategy object used to extract an
This view will then be dynamically casted to
The default implementation used is |
|
|
|
|
|
|
|
|
|
|
|
Returns true .
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1