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

Enumerations

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

Detailed Description

Enum of possible coarse/fine interpolation options

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PCInterp 
NodeBilinear 
CellConservativeLinear 
CellBilinear 
CellQuadratic 
CellConservativeProtected 
CellConservativeQuartic 
FaceLinear 
FaceConserativeLinear 
93  {
94  PCInterp = 0,
101  FaceLinear,
103  };
@ FaceConserativeLinear
Definition: ERF.H:102
@ CellConservativeQuartic
Definition: ERF.H:100
@ CellBilinear
Definition: ERF.H:97
@ FaceLinear
Definition: ERF.H:101
@ PCInterp
Definition: ERF.H:94
@ NodeBilinear
Definition: ERF.H:95
@ CellConservativeLinear
Definition: ERF.H:96
@ CellQuadratic
Definition: ERF.H:98
@ CellConservativeProtected
Definition: ERF.H:99