ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_ShocPDF.H
Go to the documentation of this file.
1 #ifndef ERF_SHOC_PDF_H_
2 #define ERF_SHOC_PDF_H_
3 
4 #include "ERF_ShocColumnData.H"
5 
6 class ShocPDF
7 {
8 public:
9  static void diagnose_pdf (ShocColumnData& col,
10  const ShocRuntimeOptions& opts,
11  amrex::Real dt);
12 };
13 
14 #endif
amrex::Real Real
Definition: ERF_ShocInterface.H:19
Definition: ERF_ShocPDF.H:7
static void diagnose_pdf(ShocColumnData &col, const ShocRuntimeOptions &opts, amrex::Real dt)
Definition: ERF_ShocPDF.cpp:276
Definition: ERF_ShocTypes.H:204
Definition: ERF_ShocTypes.H:81