ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
log_keys.h
Go to the documentation of this file.
1#ifndef VIENNASHE_MATH_LOG_KEYS_H
2#define VIENNASHE_MATH_LOG_KEYS_H
3
4/* ============================================================================
5 Copyright (c) 2011-2022, Institute for Microelectronics,
6 Institute for Analysis and Scientific Computing,
7 TU Wien.
8
9 -----------------
10 ViennaSHE - The Vienna Spherical Harmonics Expansion Boltzmann Solver
11 -----------------
12
13
14
15 http://viennashe.sourceforge.net/
16
17 License: MIT (X11), see file LICENSE in the base directory
18=============================================================================== */
19
24namespace viennashe
25{
26 namespace math
27 {
29 struct log_SphericalHarmonic_dTheta { enum { enabled = false }; };
30
32 struct log_AssocLegendre { enum { enabled = false }; };
33
35 struct log_integrate { enum { enabled = false }; };
36 }
37}
38
39#endif
40
The main ViennaSHE namespace. All functionality resides inside this namespace.
Definition: accessors.hpp:40
Controls logging within the associated Legendre polynomial class.
Definition: log_keys.h:32
Controls logging for the derivative of spherical harmonics with respect to theta.
Definition: log_keys.h:29
Controls logging within the numerical integration routine.
Definition: log_keys.h:35