#include <AMReX_Config.H>
#include <AMReX_FArrayBox.H>
#include <AMReX_MLNodeLinOp_1D_K.H>
Go to the source code of this file.
|
template<typename T > |
void | amrex::mlndlap_fillbc_cc (Box const &vbx, Array4< T > const &sigma, Box const &domain, GpuArray< LinOpBCType, AMREX_SPACEDIM > bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > bchi) noexcept |
|
template<typename T > |
void | amrex::mlndlap_applybc (Box const &vbx, Array4< T > const &phi, Box const &domain, GpuArray< LinOpBCType, AMREX_SPACEDIM > bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > bchi) noexcept |
|