Teko  Version of the Day
 All Classes Files Functions Variables Pages
Teko_ConfigDefs.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Teko: A package for block and physics based preconditioning
4 //
5 // Copyright 2010 NTESS and the Teko contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef __Teko_ConfigDefs_hpp__
11 #define __Teko_ConfigDefs_hpp__
12 
13 #include "Teko_Config.h"
14 #include "Tpetra_Core.hpp"
15 #include "Tpetra_Map_decl.hpp"
16 
17 namespace Teko {
18 
19 typedef double ST;
20 typedef Tpetra::Map<>::global_ordinal_type GO;
21 typedef Tpetra::Map<>::local_ordinal_type LO;
22 typedef Tpetra::Map<>::node_type NT;
23 
24 } // namespace Teko
25 
26 #endif