MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_AMGX_Setup.hpp
Go to the documentation of this file.
1 #// @HEADER
2 // *****************************************************************************
3 // MueLu: A package for multigrid based preconditioning
4 //
5 // Copyright 2012 NTESS and the MueLu contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef MUELU_AMGX_SETUP_HPP
11 #define MUELU_AMGX_SETUP_HPP
12 
13 #ifdef HAVE_MUELU_AMGX
14 #include <amgx_c.h>
15 
16 namespace MueLu {
17 
20 
21 void MueLu_AMGX_finalize();
23 } // namespace MueLu
24 
25 #endif // HAVE_MUELU_AMGX
26 #endif // ifndef MUELU_AMGX_SETUP_DEF_HPP
void MueLu_AMGX_finalize()
void MueLu_AMGX_initialize_plugins()
void MueLu_AMGX_initialize()
void MueLu_AMGX_finalize_plugins()