ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_Plotfile.cpp File Reference
#include <ERF_EOS.H>
#include <ERF.H>
#include "AMReX_Interp_3D_C.H"
#include "ERF_TerrainMetrics.H"
#include "ERF_Constants.H"
Include dependency graph for ERF_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 
)
12  {
13  return std::find(iterable.begin(), iterable.end(), query) != iterable.end();
14 }

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