REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
REMORA_Math.H File Reference
#include <AMReX_REAL.H>
Include dependency graph for REMORA_Math.H:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ interpolate_1d()

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.