Utility class, enum, const, etc. 更多...
类 | |
class | Logging |
Logging swapper of easylogging++.h 更多... | |
枚举 | |
enum | LayeringMethod { UP_DOWN , DOWN_UP } |
Grid layering method for routing and parallel computing. 更多... | |
enum | FlowDirMethod { D8 , Dinf , MFDmd } |
Flow direction method for flow routing. 更多... | |
enum | GroupMethod { KMETIS = 0 , PMETIS = 1 } |
Group method for parallel task scheduling. 更多... | |
enum | ScheduleMethod { SPATIAL = 0 , TEMPOROSPATIAL = 1 } |
Parallel task scheduling strategy at subbasin level by MPI. 更多... | |
Utility class, enum, const, etc.
class Logging |
Logging swapper of easylogging++.h
enum FlowDirMethod |
enum GroupMethod |
enum LayeringMethod |
Grid layering method for routing and parallel computing.
Reference: Liu et al., 2014, EM&S, 51, 221-227. https://doi.org/10.1016/j.envsoft.2013.10.005
枚举值 | |
---|---|
UP_DOWN | layering-from-source method, default |
DOWN_UP | layering-from-outlet method |
enum ScheduleMethod |