Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
AMReX_MLTensor_K.H File Reference
#include <AMReX_Config.H>
#include <AMReX_FArrayBox.H>
#include <AMReX_BndryData.H>
#include <AMReX_MLTensor_3D_K.H>

Go to the source code of this file.

Namespaces

namespace  amrex
 

Functions

__host__ __device__ Real amrex::mltensor_dy_on_xface (int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept
 
__host__ __device__ Real amrex::mltensor_dx_on_yface (int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept
 
__host__ __device__ Real amrex::mltensor_dy_on_xface (int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *3, 0, 3 > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept
 
__host__ __device__ Real amrex::mltensor_dx_on_yface (int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *3, 0, 3 > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept