ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
IntVars Namespace Reference

Enumerations

enum  {
  cons = 0 , xmom , ymom , zmom ,
  NumTypes
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
cons 
xmom 
ymom 
zmom 
NumTypes 
192  {
193  cons = 0,
194  xmom,
195  ymom,
196  zmom,
197  NumTypes
198  };
@ NumTypes
Definition: ERF_IndexDefines.H:197
@ ymom
Definition: ERF_IndexDefines.H:195
@ cons
Definition: ERF_IndexDefines.H:193
@ zmom
Definition: ERF_IndexDefines.H:196
@ xmom
Definition: ERF_IndexDefines.H:194