REMORA
Energy Research and Forecasting: An Atmospheric Modeling Code
Derive.H
Go to the documentation of this file.
1
#ifndef _Derive_H_
2
#define _Derive_H_
3
4
#include <AMReX_FArrayBox.H>
5
#include <AMReX_Geometry.H>
6
7
namespace
derived
{
8
9
void
remora_dernull
(
10
const
amrex::Box& bx,
11
amrex::FArrayBox& dremoraab,
12
int
dcomp,
13
int
ncomp,
14
const
amrex::FArrayBox& datfab,
15
const
amrex::Geometry& geomdata,
16
amrex::Real time,
17
const
int
* bcrec,
18
const
int
level);
19
}
20
#endif
21
derived
Definition:
Derive.cpp:5
derived::remora_dernull
void remora_dernull(const amrex::Box &, amrex::FArrayBox &, int, int, const amrex::FArrayBox &, const amrex::Geometry &, amrex::Real, const int *, const int)
Definition:
Derive.cpp:8
Source
Derive.H
Generated by
1.9.1