REMORA
Energy Research and Forecasting: An Atmospheric Modeling Code
InterpType Namespace Reference

Enumerations

enum  {
  PCInterp = 0 , NodeBilinear , CellConservativeLinear , CellBilinear ,
  CellQuadratic , CellConservativeProtected , CellConservativeQuartic
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PCInterp 
NodeBilinear 
CellConservativeLinear 
CellBilinear 
CellQuadratic 
CellConservativeProtected 
CellConservativeQuartic 
51  {
52  PCInterp = 0,
59  };
@ CellConservativeQuartic
Definition: REMORA.H:58
@ CellBilinear
Definition: REMORA.H:55
@ PCInterp
Definition: REMORA.H:52
@ NodeBilinear
Definition: REMORA.H:53
@ CellConservativeLinear
Definition: REMORA.H:54
@ CellQuadratic
Definition: REMORA.H:56
@ CellConservativeProtected
Definition: REMORA.H:57