ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <AMReX_ParmParse.H>
#include <AMReX_Geometry.H>
#include <AMReX_FArrayBox.H>
#include <AMReX_MultiFab.H>
#include "ERF_DataStruct.H"
#include "ERF_EOS.H"
#include "ERF_HSEUtils.H"
#include "ERF_TileNoZ.H"
Go to the source code of this file.
Classes | |
struct | ProbParmDefaults |
class | ProblemBase |
Functions | |
std::unique_ptr< ProblemBase > | amrex_probinit (const amrex_real *problo, const amrex_real *probhi) AMREX_ATTRIBUTE_WEAK |
std::unique_ptr<ProblemBase> amrex_probinit | ( | const amrex_real * | problo, |
const amrex_real * | probhi | ||
) |
Function to init the physical bounds of the domain and instantiate a Problem derived from ProblemBase
Referenced by ERF::ERF_shared().