ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
PBLDerivativeDzInv_N Struct Reference

#include <ERF_PBLModels.H>

Collaboration diagram for PBLDerivativeDzInv_N:

Public Member Functions

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE PBLDerivativeDzInv operator() (int, int, int) const noexcept
 

Public Attributes

amrex::Real value
 

Member Function Documentation

◆ operator()()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE PBLDerivativeDzInv PBLDerivativeDzInv_N::operator() ( int  ,
int  ,
int   
) const
inlinenoexcept
392  {
393  return {myhalf*value, two*value, two*value};
394  }
constexpr amrex::Real two
Definition: ERF_Constants.H:10
constexpr amrex::Real myhalf
Definition: ERF_Constants.H:13
amrex::Real value
Definition: ERF_PBLModels.H:388

Member Data Documentation

◆ value

amrex::Real PBLDerivativeDzInv_N::value

Referenced by operator()().


The documentation for this struct was generated from the following file: