ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
Plotfile.cpp File Reference
#include <EOS.H>
#include <ERF.H>
#include "AMReX_Interp_3D_C.H"
#include "AMReX_PlotFileUtil.H"
#include "TerrainMetrics.H"
#include "ERF_Constants.H"
Include dependency graph for Plotfile.cpp:

Functions

template<typename V , typename T >
bool containerHasElement (const V &iterable, const T &query)
 

Variables

PhysBCFunctNoOp null_bc_for_fill
 

Function Documentation

◆ containerHasElement()

template<typename V , typename T >
bool containerHasElement ( const V &  iterable,
const T &  query 
)
13  {
14  return std::find(iterable.begin(), iterable.end(), query) != iterable.end();
15 }

Referenced by ERF::appendPlotVariables(), ERF::setPlotVariables(), and ERF::WritePlotFile().

Here is the caller graph for this function:

Variable Documentation

◆ null_bc_for_fill

PhysBCFunctNoOp null_bc_for_fill

Referenced by ERF::WritePlotFile().