Go to the source code of this file.
Namespaces | |
| namespace | amrex |
| namespace | amrex::nodelap_detail |
Functions | |
| 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 |
Variables | |
| constexpr int | amrex::nodelap_detail::crse_cell = 0 |
| constexpr int | amrex::nodelap_detail::fine_cell = 1 |
| constexpr int | amrex::nodelap_detail::crse_node = 0 |
| constexpr int | amrex::nodelap_detail::crse_fine_node = 1 |
| constexpr int | amrex::nodelap_detail::fine_node = 2 |