Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_Epetra.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef STOKHOS_EPETRA_HPP
11 #define STOKHOS_EPETRA_HPP
12 
13 #include "Stokhos.hpp"
14 
15 #ifdef HAVE_STOKHOS_EPETRAEXT
16 
17 #include "Stokhos_ParallelData.hpp"
21 
22 // SG Operators
23 #include "Stokhos_MLPrecOp.hpp"
29 
30 // SG Preconditioners
38 
39 // SG Model Evaluators
46 
47 // MP Operators
49 
50 // MP Preconditioners
53 
54 // MP Model Evaluators
59 
60 #endif // HAVE_STOKHOS_EPETRAEXT
61 
62 #endif // STOKHOS_EPETRA_HPP