Stratimikos Version of the Day
Loading...
Searching...
No Matches
AztecOOParameterList.hpp
1// @HEADER
2// *****************************************************************************
3// Stratimikos: Thyra-based strategies for linear solvers
4//
5// Copyright 2006 NTESS and the Stratimikos contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef THYRA_SET_AZTECOO_PARAMETER_LIST_HPP
11#define THYRA_SET_AZTECOO_PARAMETER_LIST_HPP
12
13#include "AztecOO.h"
14#include "Teuchos_RCP.hpp"
15
20void setAztecOOParameters(
21 Teuchos::ParameterList *pl
22 ,AztecOO *solver
23 );
24
30Teuchos::RCP<const Teuchos::ParameterList> getValidAztecOOParameters();
31
32#endif // THYRA_SET_AZTECOO_PARAMETER_LIST_HPP

Generated for Stratimikos by doxygen 1.9.8