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 
138  {
139  cons = 0,
140  xmom,
141  ymom,
142  zmom,
143  NumTypes
144  };
@ NumTypes
Definition: ERF_IndexDefines.H:143
@ ymom
Definition: ERF_IndexDefines.H:141
@ cons
Definition: ERF_IndexDefines.H:139
@ zmom
Definition: ERF_IndexDefines.H:142
@ xmom
Definition: ERF_IndexDefines.H:140