REMORA
Regional Modeling of Oceans Refined Adaptively
|
#include <AMReX_REAL.H>
Go to the source code of this file.
Functions | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real | interpolate_1d (const amrex::Real *alpha, const amrex::Real *beta, const amrex::Real alpha_interp, const int alpha_size) |
interpolate 1D arrays | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real interpolate_1d | ( | const amrex::Real * | alpha, |
const amrex::Real * | beta, | ||
const amrex::Real | alpha_interp, | ||
const int | alpha_size | ||
) |
interpolate 1D arrays
Interpolates 1D array beta at the location alpha_interp in the array alpha requiring 1D arrays alpha and beta to be the same size alpha_size.
Definition at line 11 of file REMORA_Math.H.