ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_Plotfile2DFill.H File Reference
#include <AMReX_MultiFab.H>
#include <AMReX_REAL.H>
Include dependency graph for ERF_Plotfile2DFill.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 plotfile2d
 

Functions

void plotfile2d::fill_component_with_value (amrex::MultiFab &dst, int dst_comp, amrex::Real value)
 
void plotfile2d::fill_component_from_klevel (amrex::MultiFab &dst, int dst_comp, const amrex::MultiFab &src, int src_k, int src_comp=0)
 
void plotfile2d::fill_component_from_klevel_or_value (amrex::MultiFab &dst, int dst_comp, const amrex::MultiFab *src, int src_k, amrex::Real missing_value, int src_comp=0)
 
void plotfile2d::fill_sensible_heat_flux_from_klevel_or_missing (amrex::MultiFab &dst, int dst_comp, const amrex::MultiFab *src, int src_k, amrex::Real missing_value)
 
void plotfile2d::fill_latent_heat_flux_from_klevel_or_missing (amrex::MultiFab &dst, int dst_comp, const amrex::MultiFab *src, int src_k, amrex::Real missing_value)