1 #ifndef ERF_PLOTFILE2DFILL_H_
2 #define ERF_PLOTFILE2DFILL_H_
4 #include <AMReX_MultiFab.H>
5 #include <AMReX_REAL.H>
37 const amrex::MultiFab& src,
46 const amrex::MultiFab* src,
56 const amrex::MultiFab* src,
65 const amrex::MultiFab* src,
amrex::Real value
Definition: ERF_HurricaneDiagnostics.H:20
amrex::Real Real
Definition: ERF_ShocInterface.H:19
Definition: ERF_Plotfile2DCatalog.cpp:4
void fill_component_from_klevel(MultiFab &dst, int dst_comp, const MultiFab &src, int src_k, int src_comp)
Definition: ERF_Plotfile2DFill.cpp:19
void fill_component_with_value(MultiFab &dst, int dst_comp, Real value)
Definition: ERF_Plotfile2DFill.cpp:13
void fill_sensible_heat_flux_from_klevel_or_missing(MultiFab &dst, int dst_comp, const MultiFab *src, int src_k, Real missing_value)
Definition: ERF_Plotfile2DFill.cpp:59
void fill_component_from_klevel_or_value(MultiFab &dst, int dst_comp, const MultiFab *src, int src_k, Real missing_value, int src_comp)
Definition: ERF_Plotfile2DFill.cpp:44
void fill_latent_heat_flux_from_klevel_or_missing(MultiFab &dst, int dst_comp, const MultiFab *src, int src_k, Real missing_value)
Definition: ERF_Plotfile2DFill.cpp:90