PolarCopyKernel 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::PolarCopyKernel Struct Reference
Copy component 0 (dst <- src). More...
#include <polar_tensor_operator.hpp>
Collaboration diagram for pops::detail::PolarCopyKernel:Public Member Functions | |
| POPS_HD void | operator() (int i, int j) const |
Public Attributes | |
| Array4 | d |
| ConstArray4 | s |
Detailed Description
Copy component 0 (dst <- src).
Local NAMED device-clean functor (the header does not include geometric_mg.hpp: we do NOT depend on the MG V-cycle, deliberately discarded in polar).
Member Function Documentation
◆ operator()()
|
inline |
Member Data Documentation
◆ d
| Array4 pops::detail::PolarCopyKernel::d |
◆ s
| ConstArray4 pops::detail::PolarCopyKernel::s |
The documentation for this struct was generated from the following file:
- include/pops/numerics/elliptic/polar/polar_tensor_operator.hpp
Generated by