46 #ifndef MUELU_CONFIGDEFS_HPP 47 #define MUELU_CONFIGDEFS_HPP 49 #include "MueLu_config.hpp" 52 #include <Kokkos_DefaultNode.hpp> 55 #include <Teuchos_Array.hpp> 56 #include <Teuchos_ArrayView.hpp> 57 #include <Teuchos_ArrayRCP.hpp> 58 #include <Teuchos_RCP.hpp> 61 #include <Teuchos_Describable.hpp> 64 #include <Teuchos_ParameterList.hpp> 70 #ifdef HAVE_MUELU_DEBUG 71 #define MUELU_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg) \ 72 TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg); 74 #define MUELU_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg) 82 using Teuchos::arcpFromArrayView;
83 using Teuchos::arcp_reinterpret_cast;
85 using Teuchos::ArrayRCP;
86 using Teuchos::ArrayView;
89 using Teuchos::ParameterList;
92 using Teuchos::rcp_const_cast;
93 using Teuchos::rcp_dynamic_cast;
94 using Teuchos::rcpFromRef;
95 using Teuchos::rcp_implicit_cast;
96 using Teuchos::rcp_static_cast;
99 using Teuchos::VERB_DEFAULT;
100 using Teuchos::VERB_NONE;
101 using Teuchos::VERB_LOW;
102 using Teuchos::VERB_MEDIUM;
103 using Teuchos::VERB_HIGH;
104 using Teuchos::VERB_EXTREME;
Namespace for MueLu classes and methods.