21 #ifndef GEOS_PHYSICSSOLVERS_LOGLEVELSINFO_HPP
22 #define GEOS_PHYSICSSOLVERS_LOGLEVELSINFO_HPP
40 struct BoundaryConditions
42 static constexpr
int getMinLogLevel() {
return 1; }
48 static constexpr
int getMinLogLevel() {
return 1; }
54 static constexpr
int getMinLogLevel() {
return 1; }
60 static constexpr
int getMinLogLevel() {
return 2; }
66 static constexpr
int getMinLogLevel() {
return 1; }
72 static constexpr
int getMinLogLevel() {
return 1; }
76 struct NonlinearSolver
78 static constexpr
int getMinLogLevel() {
return 1; }
84 static constexpr
int getMinLogLevel() {
return 1; }
90 static constexpr
int getMinLogLevel() {
return 1; }
94 struct SolverInitialization
96 static constexpr
int getMinLogLevel() {
return 1; }
100 struct SolverExecution
102 static constexpr
int getMinLogLevel() {
return 1; }
105 struct SolverExecutionDetails
107 static constexpr
int getMinLogLevel() {
return 2; }
113 static constexpr
int getMinLogLevel() {
return 1; }
119 static constexpr
int getMinLogLevel() {
return 1; }
123 struct SurfaceGenerator
125 static constexpr
int getMinLogLevel() {
return 1; }
131 static constexpr
int getMinLogLevel() {
return 1; }
137 static constexpr
int getMinLogLevel() {
return 1; }
constexpr std::string_view getDescription(Unit unit)
std::string_view string_view
String type.