PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1/*
2* -------------------------------------------
3 * Copyright (c) 2021 - 2026 Prashant K. Jha
4 * -------------------------------------------
5 * PeriDEM https://github.com/prashjha/PeriDEM
6 *
7 * Distributed under the Boost Software License, Version 1.0. (See accompanying
8 * file LICENSE)
9 */
10
11#ifndef UTILS_CONSTANTS_H
12#define UTILS_CONSTANTS_H
13
14namespace util {
16 namespace io {
18 const int print_default_tab = 0;
19
22
25 } // namespace io
26} // namespace util
27
28#endif //UTILS_CONSTANTS_H
const int print_default_tab
Default value of tab used in outputting formatted information.
Definition constants.h:18
const int logger_default_debug_lvl
Default debug level for logger.
Definition constants.h:24
const int print_default_mpi_rank
Default mpi rank in printing information.
Definition constants.h:21
Collection of methods useful in simulation.
Definition constants.h:14