REMORA
Regional Modeling of Oceans Refined Adaptively
|
Functions | |
void | remora_dernull (const amrex::Box &, amrex::FArrayBox &, int, int, const amrex::FArrayBox &, const amrex::Array4< const amrex::Real > &, const amrex::Array4< const amrex::Real > &, const amrex::Geometry &, amrex::Real, const int *, const int) |
void | remora_dervort (const amrex::Box &bx, amrex::FArrayBox &derfab, int dcomp, int ncomp, const amrex::FArrayBox &datfab, const amrex::Array4< const amrex::Real > &pm, const amrex::Array4< const amrex::Real > &pn, const amrex::Geometry &, amrex::Real, const int *, const int) |
void derived::remora_dernull | ( | const amrex::Box & | , |
amrex::FArrayBox & | , | ||
int | , | ||
int | , | ||
const amrex::FArrayBox & | , | ||
const amrex::Array4< const amrex::Real > & | , | ||
const amrex::Array4< const amrex::Real > & | , | ||
const amrex::Geometry & | , | ||
amrex::Real | , | ||
const int * | , | ||
const int | |||
) |
Definition at line 9 of file REMORA_Derive.cpp.
Referenced by REMORA::WritePlotFile().
void derived::remora_dervort | ( | const amrex::Box & | bx, |
amrex::FArrayBox & | derfab, | ||
int | dcomp, | ||
int | ncomp, | ||
const amrex::FArrayBox & | datfab, | ||
const amrex::Array4< const amrex::Real > & | pm, | ||
const amrex::Array4< const amrex::Real > & | pn, | ||
const amrex::Geometry & | , | ||
amrex::Real | , | ||
const int * | , | ||
const int | |||
) |
Definition at line 41 of file REMORA_Derive.cpp.
Referenced by REMORA::ErrorEst(), and REMORA::WritePlotFile().