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 
231  {
232  cons = 0,
233  xmom,
234  ymom,
235  zmom,
236  NumTypes
237  };
@ NumTypes
Definition: ERF_IndexDefines.H:236
@ ymom
Definition: ERF_IndexDefines.H:234
@ cons
Definition: ERF_IndexDefines.H:232
@ zmom
Definition: ERF_IndexDefines.H:235
@ xmom
Definition: ERF_IndexDefines.H:233