|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <AMReX_MultiFab.H>#include <AMReX_REAL.H>

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) |