Loading...
Searching...
No Matches
#include <AMReX_Config.H>
#include <AMReX_FArrayBox.H>
#include <AMReX_MLNodeLinOp_3D_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, 3 > bclo, GpuArray< LinOpBCType, 3 > bchi) noexcept |
| |
| template<typename T > |
| void | amrex::mlndlap_applybc (Box const &vbx, Array4< T > const &phi, Box const &domain, GpuArray< LinOpBCType, 3 > bclo, GpuArray< LinOpBCType, 3 > bchi) noexcept |
| |