Stratimikos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
AztecOOParameterList.cpp File Reference
#include "AztecOOParameterList.hpp"
#include "Teuchos_StandardParameterEntryValidators.hpp"
#include "Teuchos_ValidatorXMLConverterDB.hpp"
#include "Teuchos_StandardValidatorXMLConverters.hpp"
Include dependency graph for AztecOOParameterList.cpp:

Go to the source code of this file.

Enumerations

enum  EAztecPreconditioner
 

Functions

void setAztecOOParameters (Teuchos::ParameterList *pl, AztecOO *solver)
 Setup an AztecOO solver object with a set of parameters. More...
 
Teuchos::RCP< const
Teuchos::ParameterList
getValidAztecOOParameters ()
 Return the list of all valid AztecOO parameters (to validate against). More...
 

Enumeration Type Documentation

Definition at line 59 of file AztecOOParameterList.cpp.

Function Documentation

void setAztecOOParameters ( Teuchos::ParameterList pl,
AztecOO *  solver 
)

Setup an AztecOO solver object with a set of parameters.

ToDo: Finish documentation!

Definition at line 100 of file AztecOOParameterList.cpp.

Teuchos::RCP<const Teuchos::ParameterList> getValidAztecOOParameters ( )

Return the list of all valid AztecOO parameters (to validate against).

ToDo: Finish documentation!

Must add this otherwise one of the stratimikos tests fail. By adding this converter we can write the ParameterList out to XML successfully. KLN 23/09/2010

Definition at line 200 of file AztecOOParameterList.cpp.