NewtonStatMaxKernel Struct ReferenceΒΆ

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

REDUCTION kernels of the diagnostics scratch (max / sum of one component). More...

#include <implicit_stepper.hpp>

+ Collaboration diagram for pops::detail::NewtonStatMaxKernel:

Public Member Functions

POPS_HD void operator() (int i, int j, Real &acc) const
 

Public Attributes

ConstArray4 st
 
int comp
 

Detailed Description

REDUCTION kernels of the diagnostics scratch (max / sum of one component).

NAMED FUNCTORS passed directly to reduce_max_cell / reduce_sum_cell (device-clean path, cf. for_each.hpp).

Member Function Documentation

◆ operator()()

POPS_HD void pops::detail::NewtonStatMaxKernel::operator() ( int  i,
int  j,
Real acc 
) const
inline

Member Data Documentation

◆ comp

int pops::detail::NewtonStatMaxKernel::comp

◆ st

ConstArray4 pops::detail::NewtonStatMaxKernel::st

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