REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
REMORA.H File Reference
#include <string>
#include <limits>
#include <memory>
#include <AMReX_AmrCore.H>
#include <AMReX_BCRec.H>
#include <AMReX_InterpFaceRegister.H>
#include <AMReX_ParallelDescriptor.H>
#include <AMReX_ParmParse.H>
#include <AMReX_MultiFabUtil.H>
#include <AMReX_FillPatchUtil.H>
#include <AMReX_VisMF.H>
#include <AMReX_PhysBCFunct.H>
#include <AMReX_YAFluxRegister.H>
#include <AMReX_ErrorList.H>
#include <REMORA_Math.H>
#include <REMORA_PhysBCFunct.H>
#include <REMORA_FillPatcher.H>
#include <REMORA_IndexDefines.H>
#include <REMORA_TimeInterpolatedData.H>
#include <REMORA_DataStruct.H>
#include <REMORA_Derive.H>
#include "REMORA_prob_common.H"
#include "REMORA_NCInterface.H"
#include "REMORA_NCTimeSeries.H"
#include "REMORA_NCTimeSeriesRiver.H"
#include <iostream>
Include dependency graph for REMORA.H:

Go to the source code of this file.

Classes

class  REMORA
 Class that stores all relevant simulation state data with methods for time stepping. More...
 

Namespaces

namespace  InterpType
 

Enumerations

enum  {
  InterpType::PCInterp = 0 , InterpType::NodeBilinear , InterpType::CellConservativeLinear , InterpType::CellBilinear ,
  InterpType::CellQuadratic , InterpType::CellConservativeProtected , InterpType::CellConservativeQuartic
}