CopyShiftedKernel Struct ReferenceΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
pops::detail::CopyShiftedKernel Struct Reference
#include <fill_boundary.hpp>
Collaboration diagram for pops::detail::CopyShiftedKernel:Public Member Functions | |
| POPS_HD void | operator() (int i, int j) const |
Public Attributes | |
| Array4 | d |
| ConstArray4 | s |
| int | sx |
| int | sy |
| int | c |
Member Function Documentation
◆ operator()()
|
inline |
Member Data Documentation
◆ c
| int pops::detail::CopyShiftedKernel::c |
◆ d
| Array4 pops::detail::CopyShiftedKernel::d |
◆ s
| ConstArray4 pops::detail::CopyShiftedKernel::s |
◆ sx
| int pops::detail::CopyShiftedKernel::sx |
◆ sy
| int pops::detail::CopyShiftedKernel::sy |
The documentation for this struct was generated from the following file:
- include/pops/mesh/boundary/fill_boundary.hpp
Generated by