Teko Version of the Day
Loading...
Searching...
No Matches
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
17namespace Teko {
18
19typedef double ST;
20typedef Tpetra::Map<>::global_ordinal_type GO;
21typedef Tpetra::Map<>::local_ordinal_type LO;
22typedef Tpetra::Map<>::node_type NT;
23
24} // namespace Teko
25
26#endif