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 
126  {
127  cons = 0,
128  xmom,
129  ymom,
130  zmom,
131  NumTypes
132  };
@ NumTypes
Definition: ERF_IndexDefines.H:131
@ ymom
Definition: ERF_IndexDefines.H:129
@ cons
Definition: ERF_IndexDefines.H:127
@ zmom
Definition: ERF_IndexDefines.H:130
@ xmom
Definition: ERF_IndexDefines.H:128