SaxpyKernel Struct ReferenceΒΆ

adc_cpp: pops::detail::SaxpyKernel 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::SaxpyKernel Struct Reference

#include <mf_arith.hpp>

+ Collaboration diagram for pops::detail::SaxpyKernel:

Public Member Functions

POPS_HD void operator() (int i, int j) const
 

Public Attributes

Array4 Y
 
ConstArray4 X
 
Real a
 
int c
 

Member Function Documentation

◆ operator()()

POPS_HD void pops::detail::SaxpyKernel::operator() ( int  i,
int  j 
) const
inline

Member Data Documentation

◆ a

Real pops::detail::SaxpyKernel::a

◆ c

int pops::detail::SaxpyKernel::c

◆ X

ConstArray4 pops::detail::SaxpyKernel::X

◆ Y

Array4 pops::detail::SaxpyKernel::Y

The documentation for this struct was generated from the following file: