MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_Behavior.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Tpetra: Templated Linear Algebra Services Package
4//
5// Copyright 2008 NTESS and the Tpetra contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef MUELU_BEHAVIOR_HPP
11#define MUELU_BEHAVIOR_HPP
12
13#include <stddef.h>
14#include <string>
15
16namespace MueLu {
17class Behavior {
18 public:
25 static bool debug();
26};
27
28} // namespace MueLu
29
30#endif
static bool debug()
Whether MueLu is in debug mode.
Namespace for MueLu classes and methods.